Skip to content

Commit 67d0765

Browse files
authored
Fix workgroup_count_from_slice assembly format in test (#21685)
Signed-off-by: Jorn Tuyls <[email protected]>
1 parent cc1a7dd commit 67d0765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/plugins/target/ROCM/test/enable_tensor_ukernels.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
hal.executable public @main {
1717
hal.executable.variant public @rocm_hsaco_fb target(<"rocm", "rocm-hsaco-fb">) {
1818
hal.executable.export public @matmul_f8 ordinal(0) layout(#pipeline_layout) count(%arg0: !hal.device) -> (index, index, index) {
19-
%x, %y, %z = iree_tensor_ext.dispatch.workgroup_count_from_slice
19+
%x, %y, %z = iree_tensor_ext.dispatch.workgroup_count_from_slice()
2020
hal.return %x, %y, %z : index, index, index
2121
}
2222
builtin.module {

0 commit comments

Comments
 (0)