Skip to content

Commit e740aaf

Browse files
committed
Applying review feedback
1 parent a4d4774 commit e740aaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flang/test/Fir/CUDA/cuda-device-global.f90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: fir-opt --split-input-file --cuf-device-global %s | FileCheck %s
33

44

5-
// -----// IR Dump After CUFLaunchToGPU (cuf-fir-launch-to-gpu) //----- //
65
module attributes {fir.defaultkind = "a1c4d8i4l4r4", fir.kindmap = "", gpu.container_module} {
76
fir.global @_QMmtestsEn(dense<[3, 4, 5, 6, 7]> : tensor<5xi32>) {data_attr = #cuf.cuda<device>} : !fir.array<5xi32>
87

@@ -11,4 +10,4 @@ module attributes {fir.defaultkind = "a1c4d8i4l4r4", fir.kindmap = "", gpu.conta
1110
}
1211

1312
// CHECK: gpu.module @cuda_device_mod [#nvvm.target]
14-
// CHECK-NEXT: fir.global @_QMmtestsEn(dense<[3, 4, 5, 6, 7]> : tensor<5xi32>) {data_attr = #cuf.cuda<device>} : !fir.array<5xi32>
13+
// CHECK-NEXT: fir.global @_QMmtestsEn(dense<[3, 4, 5, 6, 7]> : tensor<5xi32>) {data_attr = #cuf.cuda<device>} : !fir.array<5xi32>

0 commit comments

Comments
 (0)