[flang][cuda] Update syncthreads interface (#138023)

This commit is contained in:
Valentin Clement (バレンタイン クレメン)
2025-05-07 12:56:11 -07:00
committed by GitHub
parent 40941f1596
commit 1a7cd92c86

View File

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