[flang][cuda] Add on_device interface to cudadevice (#134747)

This commit is contained in:
Valentin Clement (バレンタイン クレメン) 2025-04-07 18:21:07 -07:00 committed by GitHub
parent bb1f32ded0
commit 3f4e4e0a12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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