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 74b42bb commit 2fa44f0Copy full SHA for 2fa44f0
flang/test/Lower/CUDA/cuda-shared.cuf
@@ -9,3 +9,4 @@ end subroutine
9
10
! CHECK-LABEL: func.func @_QPsharedmem() attributes {cuf.proc_attr = #cuf.cuda_proc<global>}
11
! CHECK: %{{.*}} = cuf.shared_memory !fir.array<32xf32> {bindc_name = "s", uniq_name = "_QFsharedmemEs"} -> !fir.ref<!fir.array<32xf32>>
12
+! CHECK-NOT: cuf.free
0 commit comments