We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefd257 commit 7c137f7Copy full SHA for 7c137f7
mlir/test/Integration/GPU/CUDA/sm90/tma_load_64x8_8x128_noswizzle.mlir
@@ -6,15 +6,6 @@
6
// RUN: --entry-point-result=void \
7
// RUN: | FileCheck %s
8
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
15
16
-// CHECK-PTX: mbarrier.try_wait.parity.shared.b64
17
18
// RUN: mlir-opt %s --convert-nvgpu-to-nvvm \
19
// RUN: -gpu-kernel-outlining \
20
// RUN: -convert-nvvm-to-llvm \
0 commit comments