Skip to content

Commit 004afcb

Browse files
authored
[flang][cuda] Set cudadevice interfaces as public by default (#127229)
Remove the PRIVATE statement from cudadevice as it hides any interfaces from the used __cuda_device module.
1 parent ec17161 commit 004afcb

File tree

2 files changed

+1
-76
lines changed

2 files changed

+1
-76
lines changed

flang/module/__cuda_device.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@
1111
module __cuda_device
1212
implicit none
1313

14-
! Set PRIVATE by default to explicitly only export what is meant
15-
! to be exported by this MODULE.
16-
1714
end module

0 commit comments

Comments
 (0)