Home
last modified time | relevance | path

Searched refs:ApplyUnsignedNoTranspose (Results 1 – 4 of 4) sorted by relevance

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c90 …kend(CeedGetKernel_Cuda(ceed, impl->module, "OffsetNoTranspose", &impl->ApplyUnsignedNoTranspose)); in CeedElemRestrictionSetupCompile_Cuda()
102 …rnel_Cuda(ceed, impl->module, "CurlOrientedUnsignedNoTranspose", &impl->ApplyUnsignedNoTranspose)); in CeedElemRestrictionSetupCompile_Cuda()
172 … CeedCallBackend(CeedRunKernel_Cuda(ceed, impl->ApplyUnsignedNoTranspose, grid, block_size, args)); in CeedElemRestrictionApply_Cuda_Core()
183 … CeedCallBackend(CeedRunKernel_Cuda(ceed, impl->ApplyUnsignedNoTranspose, grid, block_size, args)); in CeedElemRestrictionApply_Cuda_Core()
H A Dceed-cuda-ref.h27 CUfunction ApplyUnsignedNoTranspose, ApplyUnsignedTranspose; member
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c89 …ckend(CeedGetKernel_Hip(ceed, impl->module, "OffsetNoTranspose", &impl->ApplyUnsignedNoTranspose)); in CeedElemRestrictionSetupCompile_Hip()
102 …ernel_Hip(ceed, impl->module, "CurlOrientedUnsignedNoTranspose", &impl->ApplyUnsignedNoTranspose)); in CeedElemRestrictionSetupCompile_Hip()
173 … CeedCallBackend(CeedRunKernel_Hip(ceed, impl->ApplyUnsignedNoTranspose, grid, block_size, args)); in CeedElemRestrictionApply_Hip_Core()
184 … CeedCallBackend(CeedRunKernel_Hip(ceed, impl->ApplyUnsignedNoTranspose, grid, block_size, args)); in CeedElemRestrictionApply_Hip_Core()
H A Dceed-hip-ref.h32 hipFunction_t ApplyUnsignedNoTranspose, ApplyUnsignedTranspose; member