Searched refs:has_collocated_grad (Results 1 – 3 of 3) sorted by relevance
223 const bool has_collocated_grad = (dim == 3) && (Q_1d >= P_1d); in CeedBasisCreateTensorH1_Sycl_shared() local225 if (has_collocated_grad) { in CeedBasisCreateTensorH1_Sycl_shared()246 jit_constants["BASIS_HAS_COLLOCATED_GRAD"] = has_collocated_grad; in CeedBasisCreateTensorH1_Sycl_shared()
678 bool has_collocated_grad = dim == 3 && Q_1d >= P_1d; in CeedBasisCreateTensorH1_Hip_shared() local680 if (has_collocated_grad) { in CeedBasisCreateTensorH1_Hip_shared()702 has_collocated_grad)); in CeedBasisCreateTensorH1_Hip_shared()
617 bool has_collocated_grad = dim == 3 && Q_1d >= P_1d; in CeedBasisCreateTensorH1_Cuda_shared() local619 if (has_collocated_grad) { in CeedBasisCreateTensorH1_Cuda_shared()636 … "BASIS_NUM_QPTS", CeedIntPow(Q_1d, dim), "BASIS_HAS_COLLOCATED_GRAD", has_collocated_grad)); in CeedBasisCreateTensorH1_Cuda_shared()