Lines Matching full:attributes
2 ! Sanity check for CUDA Fortran attributes in module files
4 attributes(device) dd
7 attributes(constant) cd
9 attributes(global) subroutine globsub(x,y,z)
14 attributes(host,device) real function foo(x)
17 attributes(host) subroutine hostsub(a)
26 !attributes(device) dd
28 !attributes(managed) md
30 !attributes(pinned) mp
32 !attributes(constant) cd
34 !attributes(global) subroutine globsub(x,y,z)
37 !attributes(device) y
39 !attributes(managed) z
41 !attributes(host,device) function foo(x)
45 attributes(host)subroutinehostsub(a)