Merge commit 'e3884bbf0512f539a2ce0e1493e41fc19369911d' into develop

This commit is contained in:
assistant-librarian[bot]
2026-01-08 09:17:23 +00:00
parent 96eecd01e2
commit f46a18694e
14 changed files with 1327 additions and 64 deletions

View File

@@ -173,8 +173,8 @@ TEST(ValidationReportTests, MultipleSomeIncorrect)
}
{
auto desc = ckt::make_descriptor<ckb::DataType::INT32, 3>({'G', 'P', 'U'},
ckt::PackedRightLayout{});
auto desc =
ckt::make_descriptor<ckb::DataType::I32, 3>({'G', 'P', 'U'}, ckt::PackedRightLayout{});
auto a = ckt::alloc_tensor_buffer(desc);
auto b = ckt::alloc_tensor_buffer(desc);