Searched defs:block_sizes (Results 1 – 7 of 7) sorted by relevance
| /libCEED/backends/sycl-gen/ |
| H A D | ceed-sycl-gen-operator-build.sycl.cpp | 30 …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 D | ceed-sycl-gen-operator.sycl.cpp | 126 CeedInt block_sizes[3], grid = 0; in CeedOperatorApplyAdd_Sycl_gen() local
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator.c | 152 …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 D | ceed-hip-gen-operator-build.cpp | 34 …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 D | ceed-hip-shared.h | 30 CeedInt block_sizes[3]; // interp, grad, weight thread block sizes member
|
| H A D | ceed-hip-shared-basis.c | 39 …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 D | mat-ceed.c | 551 const PetscInt *block_sizes; in MatCeedCopy() local
|