Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions flang-rt/lib/runtime/__cuda_device.f90
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
! This module contains CUDA Fortran interfaces used in cudadevice.f90.

module __cuda_device
use __cuda_builtins ! implicit dependency, made explicit for CMake
implicit none

end module
1 change: 1 addition & 0 deletions flang-rt/lib/runtime/cuda_runtime_api.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!===------------------------------------------------------------------------===!

module cuda_runtime_api
use __cuda_builtins ! implicit dependency, made explicit for CMake
implicit none

integer, parameter :: cuda_stream_kind = int_ptr_kind()
Expand Down
Loading