Lines Matching refs:CeedIntMax
44 const CeedInt thread_1d = CeedIntMax(P_1d, Q_1d); in ComputeBasisThreadBlockSizes()
61 block_sizes[0] = CeedIntMax(256, ComputeBlockSizeFromRequirement(required)); in ComputeBasisThreadBlockSizes()
64 block_sizes[1] = CeedIntMax(256, ComputeBlockSizeFromRequirement(required)); in ComputeBasisThreadBlockSizes()
67 required = CeedIntMax(64, Q_1d * Q_1d); in ComputeBasisThreadBlockSizes()
68 block_sizes[2] = CeedIntMax(256, ComputeBlockSizeFromRequirement(required)); in ComputeBasisThreadBlockSizes()
75 block_sizes[0] = CeedIntMax(256, ComputeBlockSizeFromRequirement(required)); in ComputeBasisThreadBlockSizes()
78 block_sizes[1] = CeedIntMax(256, ComputeBlockSizeFromRequirement(required)); in ComputeBasisThreadBlockSizes()
82 block_sizes[2] = CeedIntMax(256, ComputeBlockSizeFromRequirement(required)); in ComputeBasisThreadBlockSizes()
124 CeedInt thread_1d = CeedIntMax(Q_1d, P_1d); in CeedBasisApplyTensorCore_Hip_shared()
141 const CeedInt elems_per_block = CeedIntMax(block_size / (thread_1d * thread_1d), 1); in CeedBasisApplyTensorCore_Hip_shared()
152 const CeedInt elems_per_block = CeedIntMax(block_size / (thread_1d * thread_1d), 1); in CeedBasisApplyTensorCore_Hip_shared()
171 CeedInt thread_1d = CeedIntMax(Q_1d, P_1d); in CeedBasisApplyTensorCore_Hip_shared()
193 const CeedInt elems_per_block = CeedIntMax(block_size / (thread_1d * thread_1d), 1); in CeedBasisApplyTensorCore_Hip_shared()
204 const CeedInt elems_per_block = CeedIntMax(block_size / (thread_1d * thread_1d), 1); in CeedBasisApplyTensorCore_Hip_shared()
298 for (CeedInt i = 1; i < num_elem; i++) max_num_points = CeedIntMax(max_num_points, num_points[i]); in CeedBasisApplyAtPointsCore_Hip_shared()
358 …CeedIntMax(Q_1d, P_1d), "BASIS_DIM", dim, "BASIS_NUM_COMP", num_comp, "BASIS_NUM_NODES", CeedIntPo… in CeedBasisApplyAtPointsCore_Hip_shared()
387 CeedInt thread_1d = CeedIntMax(Q_1d, P_1d); in CeedBasisApplyAtPointsCore_Hip_shared()
404 const CeedInt elems_per_block = CeedIntMax(block_size / (thread_1d * thread_1d), 1); in CeedBasisApplyAtPointsCore_Hip_shared()
435 CeedInt thread_1d = CeedIntMax(Q_1d, P_1d); in CeedBasisApplyAtPointsCore_Hip_shared()
452 const CeedInt elems_per_block = CeedIntMax(block_size / (thread_1d * thread_1d), 1); in CeedBasisApplyAtPointsCore_Hip_shared()
543 CeedInt thread = CeedIntMax(Q, P); in CeedBasisApplyNonTensorCore_Hip_shared()
566 CeedInt thread = CeedIntMax(Q, P); in CeedBasisApplyNonTensorCore_Hip_shared()
589 CeedInt thread = CeedIntMax(Q, P); in CeedBasisApplyNonTensorCore_Hip_shared()
699 …CeedIntMax(Q_1d, P_1d), "BASIS_DIM", dim, "BASIS_NUM_COMP", num_comp, "BASIS_NUM_NODES", CeedIntPo… in CeedBasisCreateTensorH1_Hip_shared()
742 …if (((size_t)num_nodes * (size_t)num_qpts * (size_t)dim + (size_t)CeedIntMax(num_nodes, num_qpts))… in CeedBasisCreateH1_Hip_shared()
778 …CeedIntMax(num_qpts, num_nodes), "BASIS_DIM", dim, "BASIS_NUM_COMP", num_comp, "BASIS_INTERP_BLOCK… in CeedBasisCreateH1_Hip_shared()