[flang][cuda] Update syncthreads interface (#138023)
This commit is contained in:
committed by
GitHub
parent
40941f1596
commit
1a7cd92c86
@@ -17,9 +17,8 @@ implicit none
|
||||
|
||||
! Synchronization Functions
|
||||
|
||||
interface
|
||||
attributes(device) subroutine syncthreads()
|
||||
end subroutine
|
||||
interface syncthreads
|
||||
procedure :: syncthreads
|
||||
end interface
|
||||
|
||||
interface
|
||||
@@ -1614,4 +1613,9 @@ implicit none
|
||||
end function
|
||||
end interface
|
||||
|
||||
contains
|
||||
|
||||
attributes(device) subroutine syncthreads()
|
||||
end subroutine
|
||||
|
||||
end module
|
||||
|
||||
Reference in New Issue
Block a user