| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-shared-basis-read-write-templates.h | 29 … const CeedInt strides_elem, const CeedScalar *__restrict__ d_u, CeedScalar *r_u) { in ReadElementStrided1d() argument 32 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d() 45 … const CeedInt strides_elem, const CeedScalar *r_v, CeedScalar *d_v) { in WriteElementStrided1d() argument 48 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d() 58 … const CeedInt strides_elem, const CeedScalar *r_v, CeedScalar *d_v) { in SumElementStrided1d() argument 61 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided1d() 78 … const CeedInt strides_elem, const CeedScalar *__restrict__ d_u, CeedScalar *r_u) { in ReadElementStrided2d() argument 81 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d() 94 … const CeedInt strides_elem, const CeedScalar *r_v, CeedScalar *d_v) { in WriteElementStrided2d() argument 97 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d() [all …]
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-shared-basis-read-write-templates.h | 29 … const CeedInt strides_elem, const CeedScalar *__restrict__ d_u, CeedScalar *r_u) { in ReadElementStrided1d() argument 32 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d() 45 … const CeedInt strides_elem, const CeedScalar *r_v, CeedScalar *d_v) { in WriteElementStrided1d() argument 48 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d() 58 … const CeedInt strides_elem, const CeedScalar *r_v, CeedScalar *d_v) { in SumElementStrided1d() argument 61 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided1d() 78 … const CeedInt strides_elem, const CeedScalar *__restrict__ d_u, CeedScalar *r_u) { in ReadElementStrided2d() argument 81 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d() 94 … const CeedInt strides_elem, const CeedScalar *r_v, CeedScalar *d_v) { in WriteElementStrided2d() argument 97 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d() [all …]
|
| /libCEED/include/ceed/jit-source/sycl/ |
| H A D | sycl-shared-basis-read-write-templates.h | 29 … const CeedInt strides_comp, const CeedInt strides_elem, global const CeedScalar *restrict d_u, in ReadElementStrided1d() argument 36 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d() 47 … const CeedInt strides_comp, const CeedInt strides_elem, private const CeedScalar *restrict r_v, in WriteElementStrided1d() argument 54 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d() 69 … const CeedInt strides_comp, const CeedInt strides_elem, global const CeedScalar *restrict d_u, in ReadElementStrided2d() argument 77 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d() 88 … const CeedInt strides_comp, const CeedInt strides_elem, private const CeedScalar *restrict r_v, in WriteElementStrided2d() argument 96 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d() 111 … const CeedInt strides_comp, const CeedInt strides_elem, global const CeedScalar *restrict d_u, in ReadElementStrided3d() argument 120 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided3d() [all …]
|
| H A D | sycl-gen-templates.h | 51 … const CeedInt strides_elem, const CeedInt num_elem, global const CeedScalar *restrict d_u, in readDofsStrided1d() argument 58 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided1d() 85 … const CeedInt strides_elem, const CeedInt num_elem, private const CeedScalar *restrict r_v, in writeDofsStrided1d() argument 92 const CeedInt ind = node * strides_node + elem * strides_elem; in writeDofsStrided1d() 123 … const CeedInt strides_elem, const CeedInt num_elem, const global CeedScalar *restrict d_u, in readDofsStrided2d() argument 131 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided2d() 157 … const CeedInt strides_elem, const CeedInt num_elem, const private CeedScalar *restrict r_v, in writeDofsStrided2d() argument 165 const CeedInt ind = node * strides_node + elem * strides_elem; in writeDofsStrided2d() 196 … const CeedInt strides_elem, const CeedInt num_elem, const global CeedScalar *restrict d_u, in readDofsStrided3d() argument 205 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided3d() [all …]
|