Searched refs:is_gpu (Results 1 – 1 of 1) sorted by relevance
962 bool is_gpu = false; in CeedBasisGetFlopsEstimate() local968 is_gpu = mem_type == CEED_MEM_DEVICE; in CeedBasisGetFlopsEstimate()986 if (dim == 3 && is_gpu) { in CeedBasisGetFlopsEstimate()990 *flops += num_points * (is_gpu ? num_comp : 1) * dim * chebyshev_flops; in CeedBasisGetFlopsEstimate()996 if (dim == 3 && is_gpu) { in CeedBasisGetFlopsEstimate()1002 …*flops += num_points * (is_gpu ? num_comp : 1) * dim * (d_chebyshev_flops + (dim - 1) * chebyshev_… in CeedBasisGetFlopsEstimate()