Skip to content

Commit 7c137f7

Browse files
authored
[mlir][nvvm] Remove unused check-ptx (#93147)
The test used the check generated ptx with `CHECK-PTX`, but does not check that anymore. The PR removes these lines.
1 parent aefd257 commit 7c137f7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

mlir/test/Integration/GPU/CUDA/sm90/tma_load_64x8_8x128_noswizzle.mlir

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@
66
// RUN: --entry-point-result=void \
77
// RUN: | FileCheck %s
88

9-
// Basic PTX check to make sure we are generating the right instructions.
10-
11-
// CHECK-PTX: mbarrier.init.shared.b64
12-
// CHECK-PTX: mbarrier.arrive.expect_tx.shared.b64
13-
// CHECK-PTX: cp.async.bulk.tensor.2d.shared::cluster.global.mbarrier::complete_tx::bytes
14-
// CHECK-PTX: cp.async.bulk.tensor.2d.shared::cluster.global.mbarrier::complete_tx::bytes
15-
// CHECK-PTX: mbarrier.arrive.expect_tx.shared.b64
16-
// CHECK-PTX: mbarrier.try_wait.parity.shared.b64
17-
189
// RUN: mlir-opt %s --convert-nvgpu-to-nvvm \
1910
// RUN: -gpu-kernel-outlining \
2011
// RUN: -convert-nvvm-to-llvm \

0 commit comments

Comments
 (0)