improving spec constant support, adding quantization opcodes, adding getWorkgroupSize to runtime
Build / build (push) Failing after 7s
Test / build (push) Failing after 3s

This commit is contained in:
2026-06-26 23:25:00 +02:00
parent ae0914647b
commit cba8a4723d
5 changed files with 455 additions and 35 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ pub const case = struct {
defer rt.deinit(allocator);
for (config.inputs, 0..) |input, n| {
try rt.writeInput(input[0..], module.input_locations[n][0]);
try rt.writeInput(allocator, input[0..], module.input_locations[n][0]);
}
for (config.descriptor_sets, 0..) |descriptor_set, set_index| {