Home
last modified time | relevance | path

Searched defs:block_size (Results 1 – 23 of 23) sorted by relevance

/libCEED/backends/cuda-ref/kernels/
H A Dcuda-ref-vector.cu26 const int block_size = 512; in CeedDeviceCopyStrided_Cuda() local
48 const int block_size = 512; in CeedDeviceSetValue_Cuda() local
72 const int block_size = 512; in CeedDeviceSetValueStrided_Cuda() local
96 const int block_size = 512; in CeedDeviceReciprocal_Cuda() local
118 const int block_size = 512; in CeedDeviceScale_Cuda() local
140 const int block_size = 512; in CeedDeviceAXPY_Cuda() local
165 const int block_size = 512; in CeedDeviceAXPBY_Cuda() local
187 const int block_size = 512; in CeedDevicePointwiseMult_Cuda() local
/libCEED/backends/hip-ref/kernels/
H A Dhip-ref-vector.hip.cpp26 const int block_size = 512; in CeedDeviceCopyStrided_Hip() local
48 const int block_size = 512; in CeedDeviceSetValue_Hip() local
72 const int block_size = 512; in CeedDeviceSetValueStrided_Hip() local
96 const int block_size = 512; in CeedDeviceReciprocal_Hip() local
118 const int block_size = 512; in CeedDeviceScale_Hip() local
140 const int block_size = 512; in CeedDeviceAXPY_Hip() local
165 const int block_size = 512; in CeedDeviceAXPBY_Hip() local
187 const int block_size = 512; in CeedDevicePointwiseMult_Hip() local
/libCEED/backends/sycl-ref/kernels/
H A Dsycl-ref-vector.cpp26 const int block_size = 512; in CeedDeviceSetValue_Sycl() local
49 const int block_size = 512; in CeedDeviceReciprocal_Sycl() local
72 const int block_size = 512; in CeedDeviceScale_Sycl() local
94 const int block_size = 512; in CeedDeviceAXPY_Sycl() local
117 const int block_size = 512; in CeedDevicePointwiseMult_Sycl() local
/libCEED/backends/ref/
H A Dceed-ref-restriction.c19 …dedNoTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyStridedNoTranspose_Ref_Core()
59 …setNoTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyOffsetNoTranspose_Ref_Core()
77 …tedNoTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyOrientedNoTranspose_Ref_Core()
96 …tedNoTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyCurlOrientedNoTranspose_Ref_Core()
139const CeedInt block_size, const CeedInt comp_stride, in CeedElemRestrictionApplyCurlOrientedUnsignedNoTranspose_Ref_Core()
181 …ridedTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyStridedTranspose_Ref_Core()
220 …ffsetTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyOffsetTranspose_Ref_Core()
244 …entedTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyOrientedTranspose_Ref_Core()
268 …entedTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyCurlOrientedTranspose_Ref_Core()
320const CeedInt block_size, const CeedInt comp_stride, in CeedElemRestrictionApplyCurlOrientedUnsignedTranspose_Ref_Core()
[all …]
/libCEED/backends/memcheck/
H A Dceed-memcheck-restriction.c46 …Transpose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyStridedNoTranspose_Memcheck_Core()
72 …Transpose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyOffsetNoTranspose_Memcheck_Core()
91const CeedInt block_size, const CeedInt comp_stride, CeedInt start, in CeedElemRestrictionApplyOrientedNoTranspose_Memcheck_Core()
110const CeedInt block_size, const CeedInt comp_stride, CeedInt start, in CeedElemRestrictionApplyCurlOrientedNoTranspose_Memcheck_Core()
152 …CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, const CeedInt comp_str… in CeedElemRestrictionApplyCurlOrientedUnsignedNoTranspose_Memcheck_Core()
192 …Transpose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyStridedTranspose_Memcheck_Core()
218 …Transpose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyOffsetTranspose_Memcheck_Core()
242 …Transpose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, in CeedElemRestrictionApplyOrientedTranspose_Memcheck_Core()
267const CeedInt block_size, const CeedInt comp_stride, CeedInt start, in CeedElemRestrictionApplyCurlOrientedTranspose_Memcheck_Core()
318 …CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, const CeedInt comp_str… in CeedElemRestrictionApplyCurlOrientedUnsignedTranspose_Memcheck_Core()
[all …]
/libCEED/backends/opt/
H A Dceed-opt-operator.c20const CeedInt block_size, CeedElemRestriction *block_rstr, CeedVector *e_vecs_full, CeedVector *e_… in CeedOperatorSetupFields_Opt()
227 const CeedInt block_size = ceed_impl->block_size; in CeedOperatorSetup_Opt() local
318 … CeedInt num_input_fields, CeedInt block_size, CeedVector in_vec, bool skip_active, in CeedOperatorInputBasis_Opt()
374CeedInt block_size, CeedInt num_input_fields, CeedInt num_output_fields, bool *apply_add_basis, in CeedOperatorOutputBasis_Opt()
461 const CeedInt block_size = ceed_impl->block_size; in CeedOperatorApplyAdd_Opt() local
540 const CeedInt block_size = ceed_impl->block_size; in CeedOperatorLinearAssembleQFunctionCore_Opt() local
792 const CeedInt block_size = ceed_impl->block_size; in CeedOperatorCreate_Opt() local
H A Dceed-opt.h15 CeedInt block_size; member
/libCEED/backends/blocked/
H A Dceed-blocked-operator.c20 …bool *apply_add_basis, const CeedInt block_size, CeedElemRestriction *block_rstr, CeedVector *e_ve… in CeedOperatorSetupFields_Blocked()
205 const CeedInt block_size = 8; in CeedOperatorSetup_Blocked() local
309 … CeedInt num_input_fields, CeedInt block_size, bool skip_active, in CeedOperatorInputBasis_Blocked()
360CeedInt block_size, CeedInt num_input_fields, CeedInt num_output_fields, bool *apply_add_basis, in CeedOperatorOutputBasis_Blocked()
434 const CeedInt block_size = 8; in CeedOperatorApplyAdd_Blocked() local
529 const CeedInt block_size = 8; in CeedOperatorLinearAssembleQFunctionCore_Blocked() local
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-qfunction.c35 const int block_size = ceed_Hip->opt_block_size; in CeedQFunctionApply_Hip() local
H A Dceed-hip-ref-basis.c52 const CeedInt block_size = CeedIntMin(CeedIntPow(Q_1d, dim), max_block_size); in CeedBasisApplyCore_Hip() local
58 const CeedInt block_size = max_block_size; in CeedBasisApplyCore_Hip() local
209 const CeedInt block_size = CeedIntMin(CeedIntPow(Q_1d, dim), max_block_size); in CeedBasisApplyAtPointsCore_Hip() local
216 const CeedInt block_size = CeedIntMin(CeedIntPow(Q_1d, dim), max_block_size); in CeedBasisApplyAtPointsCore_Hip() local
H A Dceed-hip-ref-restriction.c150 const CeedInt block_size = elem_size < 256 ? (elem_size > 64 ? elem_size : 64) : 256; in CeedElemRestrictionApply_Hip_Core() local
195 const CeedInt block_size = 64; in CeedElemRestrictionApply_Hip_Core() local
/libCEED/interface/
H A Dceed-elemrestriction.c38 … CeedInt *offsets, CeedInt *block_offsets, CeedInt num_block, CeedInt num_elem, CeedInt block_size, in CeedPermutePadOffsets()
64 …orients, bool *block_orients, CeedInt num_block, CeedInt num_elem, CeedInt block_size, CeedInt ele… in CeedPermutePadOrients()
89 …url_orients, CeedInt8 *block_curl_orients, CeedInt num_block, CeedInt num_elem, CeedInt block_size, in CeedPermutePadCurlOrients()
950 …ctionCreateBlocked(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt block_size, CeedInt num… in CeedElemRestrictionCreateBlocked()
1018 …ateBlockedOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt block_size, CeedInt num… in CeedElemRestrictionCreateBlockedOriented()
1090 …lockedCurlOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt block_size, CeedInt num… in CeedElemRestrictionCreateBlockedCurlOriented()
1154 …eateBlockedStrided(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt block_size, CeedInt num… in CeedElemRestrictionCreateBlockedStrided()
1411 CeedInt block_size, num_elem; in CeedElemRestrictionApplyBlock() local
1709 int CeedElemRestrictionGetBlockSize(CeedElemRestriction rstr, CeedInt *block_size) { in CeedElemRestrictionGetBlockSize()
/libCEED/backends/hip-shared/
H A Dceed-hip-shared-basis.c119 CeedInt block_size = data->block_sizes[0]; in CeedBasisApplyTensorCore_Hip_shared() local
166 CeedInt block_size = data->block_sizes[1]; in CeedBasisApplyTensorCore_Hip_shared() local
218 CeedInt block_size = data->block_sizes[2]; in CeedBasisApplyTensorCore_Hip_shared() local
383 CeedInt block_size = data->block_sizes[0]; in CeedBasisApplyAtPointsCore_Hip_shared() local
431 CeedInt block_size = data->block_sizes[0]; in CeedBasisApplyAtPointsCore_Hip_shared() local
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-basis.c52 const CeedInt block_size = CeedIntMin(CeedIntPow(Q_1d, dim), max_block_size); in CeedBasisApplyCore_Cuda() local
58 const CeedInt block_size = max_block_size; in CeedBasisApplyCore_Cuda() local
210 const CeedInt block_size = CeedIntMin(CeedIntPow(Q_1d, dim), max_block_size); in CeedBasisApplyAtPointsCore_Cuda() local
217 const CeedInt block_size = CeedIntMin(CeedIntPow(Q_1d, dim), max_block_size); in CeedBasisApplyAtPointsCore_Cuda() local
H A Dceed-cuda-ref-restriction.c149 const CeedInt block_size = elem_size < 1024 ? (elem_size > 32 ? elem_size : 32) : 1024; in CeedElemRestrictionApply_Cuda_Core() local
194 const CeedInt block_size = 32; in CeedElemRestrictionApply_Cuda_Core() local
/libCEED/backends/hip/
H A Dceed-hip-compile.cpp212 int CeedRunKernel_Hip(Ceed ceed, hipFunction_t kernel, const int grid_size, const int block_size, v… in CeedRunKernel_Hip()
/libCEED/examples/fluids/src/
H A Dmat-ceed.c380 PetscInt block_size, num_blocks, max_vblock_size = PETSC_INT_MAX; in MatCreateCeed() local
544 PetscInt block_size; in MatCeedCopy() local
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp454 int CeedRunKernel_Cuda(Ceed ceed, CUfunction kernel, const int grid_size, const int block_size, voi… in CeedRunKernel_Cuda()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref.hpp98 …CeedInt num_eval_mode_in, num_eval_mode_out, num_qpts, num_nodes, block_size, num_comp; // Ke… member
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared-basis.c154 CeedInt block_size = 32; in CeedBasisApplyTensorCore_Cuda_shared() local
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl303 function CeedElemRestrictionCreateBlocked(ceed, num_elem, elem_size, block_size, num_comp, comp_str… argument
307 function CeedElemRestrictionCreateBlockedOriented(ceed, num_elem, elem_size, block_size, num_comp, … argument
311 function CeedElemRestrictionCreateBlockedCurlOriented(ceed, num_elem, elem_size, block_size, num_co… argument
315 function CeedElemRestrictionCreateBlockedStrided(ceed, num_elem, elem_size, block_size, num_comp, l… argument
387 function CeedElemRestrictionGetBlockSize(rstr, block_size) argument
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator.c43 int block_size = CeedDivUpInt(useful_threads_per_block, warp_size) * warp_size; in Waste() local
/libCEED/include/
H A Dceed-impl.h193 CeedInt block_size; /* number of elements in a batch */ member