Home
last modified time | relevance | path

Searched defs:block_size_x (Results 1 – 9 of 9) sorted by relevance

/libCEED/backends/hip/
H A Dceed-hip-compile.cpp220 …nelDim_Hip(Ceed ceed, hipFunction_t kernel, const int grid_size, const int block_size_x, const int… in CeedRunKernelDim_Hip()
229 …p(Ceed ceed, hipFunction_t kernel, hipStream_t stream, const int grid_size, const int block_size_x, in CeedRunKernelDimSharedCore_Hip()
253 …p(Ceed ceed, hipFunction_t kernel, hipStream_t stream, const int grid_size, const int block_size_x, in CeedRunKernelDimShared_Hip()
262 …p(Ceed ceed, hipFunction_t kernel, hipStream_t stream, const int grid_size, const int block_size_x, in CeedTryRunKernelDimShared_Hip()
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp462 int CeedRunKernelDim_Cuda(Ceed ceed, CUfunction kernel, const int grid_size, const int block_size_x in CeedRunKernelDim_Cuda()
471 …re_Cuda(Ceed ceed, CUfunction kernel, CUstream stream, const int grid_size, const int block_size_x, in CeedRunKernelDimSharedCore_Cuda()
502 …d ceed, CUfunction kernel, CUstream stream, const int grid_size, const int block_size_x, const int… in CeedRunKernelDimShared_Cuda()
511 …d ceed, CUfunction kernel, CUstream stream, const int grid_size, const int block_size_x, const int… in CeedTryRunKernelDimShared_Cuda()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-basis.c65 const int block_size_x = Q_1d; in CeedBasisApplyCore_Hip() local
285 const int block_size_x = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyNonTensorCore_Hip() local
295 const int block_size_x = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyNonTensorCore_Hip() local
305 const int block_size_x = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyNonTensorCore_Hip() local
315 const int block_size_x = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyNonTensorCore_Hip() local
H A Dceed-hip-ref.h135 CeedInt block_size_x, block_size_y, elems_per_block; member
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-basis.c65 const int block_size_x = Q_1d; in CeedBasisApplyCore_Cuda() local
286 const int block_size_x = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyNonTensorCore_Cuda() local
296 const int block_size_x = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyNonTensorCore_Cuda() local
306 const int block_size_x = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyNonTensorCore_Cuda() local
316 const int block_size_x = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyNonTensorCore_Cuda() local
H A Dceed-cuda-ref.h130 CeedInt block_size_x, block_size_y, elems_per_block; member
/libCEED/backends/sycl/
H A Dceed-sycl-compile.sycl.cpp169 …SharedSycl(Ceed ceed, sycl::kernel *kernel, const int grid_size, const int block_size_x, const int… in CeedRunKernelDimSharedSycl()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref.hpp97 CeedInt num_elem, block_size_x, block_size_y, elems_per_block; member
H A Dceed-sycl-ref-operator.sycl.cpp1216 const CeedInt block_size_x = asmb->block_size_x; in CeedOperatorLinearAssemble_Sycl() local