Skip to content

Commit 5b91166

Browse files
clementvaljoaosaffran
authored andcommitted
[flang][cuda] Set cudadevice interfaces as public by default (llvm#127229)
Remove the PRIVATE statement from cudadevice as it hides any interfaces from the used __cuda_device module.
1 parent 064b8b0 commit 5b91166

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)