[flang][cuda] Lower clock64 to nvvm intrinsic (#127155)
This commit is contained in:
committed by
GitHub
parent
dc79c66f2c
commit
910be4ff90
@@ -628,5 +628,10 @@ implicit none
|
||||
end interface
|
||||
public :: atomicdec
|
||||
|
||||
interface
|
||||
attributes(device) integer(8) function clock64()
|
||||
end function
|
||||
end interface
|
||||
public :: clock64
|
||||
|
||||
end module
|
||||
|
||||
Reference in New Issue
Block a user