Skip to content

Commit e19a615

Browse files
Fixing Typo in RUN command
Signed-off-by: Muzammiluddin Syed <[email protected]>
1 parent 6da1653 commit e19a615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/GPU/subgroup-reduce-lowering.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// RUN: mlir-opt --allow-unregistered-dialect \
1414
// RUN: --test-gpu-subgroup-reduce-lowering="expand-to-shuffles target=gfx1030" %s \
15-
// RUN: | FileCheck %s --check-prefix=CHECK-GFX1030
15+
// RUN: | FileCheck %s --check-prefix=CHECK-GFX10
1616

1717
// CHECK-SUB: gpu.module @kernels {
1818
// CHECK-SHFL: gpu.module @kernels {

0 commit comments

Comments
 (0)