47 bind(c, name =
'hip_masked_copy')
48 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
49 type(c_ptr),
value :: a_d, b_d, mask_d, strm
50 integer(c_int) :: n, n_mask
54 bind(c, name =
'hip_masked_gather_copy')
55 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
56 type(c_ptr),
value :: a_d, b_d, mask_d, strm
57 integer(c_int) :: n, n_mask
61 strm) bind(c, name = 'hip_masked_gather_copy_aligned')
62 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
63 type(c_ptr),
value :: a_d, b_d, mask_d, strm
64 integer(c_int) :: n, n_mask
68 n2, lx, ly, lz, n_mask, strm) &
69 bind(c, name =
'hip_face_masked_gather_copy')
70 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
71 type(c_ptr),
value :: a_d, b_d, mask_d, facet_d, strm
72 integer(c_int) :: n1, n2, lx, ly, lz, n_mask
76 bind(c, name =
'hip_masked_scatter_copy')
77 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
78 type(c_ptr),
value :: a_d, b_d, mask_d, strm
79 integer(c_int) :: n, n_mask
83 bind(c, name =
'hip_masked_scatter_copy_aligned')
84 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
85 type(c_ptr),
value :: a_d, b_d, mask_d, strm
86 integer(c_int) :: n, n_mask
90 bind(c, name =
'hip_masked_atomic_reduction')
91 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
92 type(c_ptr),
value :: a_d, b_d, mask_d, strm
93 integer(c_int) :: n, m
97 bind(c, name =
'hip_cfill_mask')
98 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
100 type(c_ptr),
value :: a_d
103 type(c_ptr),
value :: mask_d
104 integer(c_int) :: n_mask
105 type(c_ptr),
value :: strm
200 bind(c, name =
'hip_add4')
201 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
203 type(c_ptr),
value :: a_d, b_d, c_d, d_d, strm
235 bind(c, name =
'hip_add3s2')
236 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
238 type(c_ptr),
value :: a_d, b_d, c_d, strm
243 subroutine hip_add4s3(a_d, b_d, c_d, d_d, c1, c2, c3, n, strm) &
244 bind(c, name =
'hip_add4s3')
245 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
247 type(c_ptr),
value :: a_d, b_d, c_d, d_d, strm
248 real(c_rp) :: c1, c2, c3
252 subroutine hip_add5s4(a_d, b_d, c_d, d_d, e_d, c1, c2, c3, c4, n, strm) &
253 bind(c, name =
'hip_add5s4')
254 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
256 type(c_ptr),
value :: a_d, b_d, c_d, d_d, e_d, strm
257 real(c_rp) :: c1, c2, c3, c4
332 bind(c, name =
'hip_addcol4')
333 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
334 type(c_ptr),
value :: a_d, b_d, c_d, d_d, strm
347 subroutine hip_vdot3(dot_d, u1_d, u2_d, u3_d, v1_d, v2_d, v3_d, n, strm) &
348 bind(c, name =
'hip_vdot3')
349 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
350 type(c_ptr),
value :: dot_d, u1_d, u2_d, u3_d, v1_d, v2_d, v3_d, strm
355 w1_d, w2_d, w3_d, n, strm) &
356 bind(c, name =
'hip_vcross')
357 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
359 type(c_ptr),
value :: u1_d, u2_d, u3_d
360 type(c_ptr),
value :: v1_d, v2_d, v3_d
361 type(c_ptr),
value :: w1_d, w2_d, w3_d
362 type(c_ptr),
value :: strm
391 bind(c, name =
'hip_glsc3_many')
392 use,
intrinsic :: iso_c_binding, only : c_ptr, c_int
394 type(c_ptr),
value :: w_d, v_d_d, mult_d, strm
395 integer(c_int) :: j, n