mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-14 15:56:32 +00:00
[flang][cuda] Add on_device interface to cudadevice (#134747)
This commit is contained in:
parent
bb1f32ded0
commit
3f4e4e0a12
@ -1609,4 +1609,9 @@ implicit none
|
||||
end subroutine
|
||||
end interface
|
||||
|
||||
interface
|
||||
attributes(device,host) logical function on_device() bind(c)
|
||||
end function
|
||||
end interface
|
||||
|
||||
end module
|
||||
|
Loading…
x
Reference in New Issue
Block a user