Searched defs:l_vec_indices (Results 1 – 11 of 11) sorted by relevance
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-restriction-at-points.h | 30 extern "C" __global__ void AtPointsTranspose(const CeedInt *__restrict__ l_vec_indices, const CeedI… in AtPointsTranspose()
|
| H A D | hip-ref-restriction-offset.h | 43 extern "C" __global__ void OffsetTranspose(const CeedInt *__restrict__ l_vec_indices, const CeedInt… in OffsetTranspose()
|
| H A D | hip-ref-restriction-oriented.h | 48 extern "C" __global__ void OrientedTranspose(const CeedInt *__restrict__ l_vec_indices, const CeedI… in OrientedTranspose()
|
| H A D | hip-ref-restriction-curl-oriented.h | 87 extern "C" __global__ void CurlOrientedTranspose(const CeedInt *__restrict__ l_vec_indices, const C… in CurlOrientedTranspose() 145 extern "C" __global__ void CurlOrientedUnsignedTranspose(const CeedInt *__restrict__ l_vec_indices,… in CurlOrientedUnsignedTranspose()
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-restriction-at-points.h | 30 extern "C" __global__ void AtPointsTranspose(const CeedInt *__restrict__ l_vec_indices, const CeedI… in AtPointsTranspose()
|
| H A D | cuda-ref-restriction-offset.h | 43 extern "C" __global__ void OffsetTranspose(const CeedInt *__restrict__ l_vec_indices, const CeedInt… in OffsetTranspose()
|
| H A D | cuda-ref-restriction-oriented.h | 48 extern "C" __global__ void OrientedTranspose(const CeedInt *__restrict__ l_vec_indices, const CeedI… in OrientedTranspose()
|
| H A D | cuda-ref-restriction-curl-oriented.h | 87 extern "C" __global__ void CurlOrientedTranspose(const CeedInt *__restrict__ l_vec_indices, const C… in CurlOrientedTranspose() 145 extern "C" __global__ void CurlOrientedUnsignedTranspose(const CeedInt *__restrict__ l_vec_indices,… in CurlOrientedUnsignedTranspose()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-restriction.sycl.cpp | 117 const CeedInt *l_vec_indices = impl->d_l_vec_indices; in CeedElemRestrictionOffsetTranspose_Sycl() local 254 … num_elem, elem_size, num_comp, num_nodes = 0, *ind_to_offset, *l_vec_indices, *t_offsets, *… in CeedElemRestrictionOffset_Sycl() local
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 421 CeedInt *ind_to_offset, *l_vec_indices, *t_offsets, *t_indices; in CeedElemRestrictionOffset_Cuda() local
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-restriction.c | 422 CeedInt *ind_to_offset, *l_vec_indices, *t_offsets, *t_indices; in CeedElemRestrictionOffset_Hip() local
|