Home
last modified time | relevance | path

Searched defs:block_sizes (Results 1 – 7 of 7) sorted by relevance

/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen-operator-build.sycl.cpp30 …lculate_Sycl_gen(const CeedInt dim, const CeedInt P_1d, const CeedInt Q_1d, CeedInt *block_sizes) { in BlockGridCalculate_Sycl_gen()
215 CeedInt block_sizes[3]; in CeedOperatorBuildKernel_Sycl_gen() local
H A Dceed-sycl-gen-operator.sycl.cpp126 CeedInt block_sizes[3], grid = 0; in CeedOperatorApplyAdd_Sycl_gen() local
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator.c152 …CeedInt block_sizes[3] = {data->thread_1d, ((!is_tensor || data->dim == 1) ? 1 : data->thread_1d),… in CeedOperatorApplyAddCore_Hip_gen() local
430 …CeedInt block_sizes[3] = {data->thread_1d, ((!is_tensor || data->dim == 1) ? 1 : data->thread_1d),… in CeedOperatorLinearAssembleQFunctionCore_Hip_gen() local
616 CeedInt block_sizes[3] = {data->thread_1d, (data->dim == 1 ? 1 : data->thread_1d), -1}; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip_gen() local
798 CeedInt block_sizes[3] = {data->thread_1d, (data->dim == 1 ? 1 : data->thread_1d), -1}; in CeedOperatorAssembleSingleAtPoints_Hip_gen() local
H A Dceed-hip-gen-operator-build.cpp34 …eedInt dim, const CeedInt num_elem, const CeedInt P_1d, const CeedInt Q_1d, CeedInt *block_sizes) { in BlockGridCalculate_Hip_gen()
1626 CeedInt block_sizes[3] = {0, 0, 0}; in CeedOperatorBuildKernel_Hip_gen() local
2089 CeedInt block_sizes[3] = {0, 0, 0}; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen() local
2671 CeedInt block_sizes[3] = {0, 0, 0}; in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen() local
/libCEED/backends/hip-shared/
H A Dceed-hip-shared.h30 CeedInt block_sizes[3]; // interp, grad, weight thread block sizes member
H A Dceed-hip-shared-basis.c39 …eedInt dim, const CeedInt P_1d, const CeedInt Q_1d, const CeedInt num_comp, CeedInt *block_sizes) { in ComputeBasisThreadBlockSizes()
/libCEED/examples/fluids/src/
H A Dmat-ceed.c551 const PetscInt *block_sizes; in MatCeedCopy() local