Searched refs:thread1d (Results 1 – 1 of 1) sorted by relevance
31 const CeedInt thread1d = CeedIntMax(Q_1d, P_1d); in BlockGridCalculate_Sycl_gen() local34 CeedInt elems_per_block = 64 * thread1d > 256 ? 256 / thread1d : 64; in BlockGridCalculate_Sycl_gen()37 block_sizes[0] = thread1d; in BlockGridCalculate_Sycl_gen()41 const CeedInt elems_per_block = thread1d < 4 ? 16 : 2; in BlockGridCalculate_Sycl_gen()43 block_sizes[0] = thread1d; in BlockGridCalculate_Sycl_gen()44 block_sizes[1] = thread1d; in BlockGridCalculate_Sycl_gen()47 const CeedInt elems_per_block = thread1d < 6 ? 4 : (thread1d < 8 ? 2 : 1); in BlockGridCalculate_Sycl_gen()49 block_sizes[0] = thread1d; in BlockGridCalculate_Sycl_gen()50 block_sizes[1] = thread1d; in BlockGridCalculate_Sycl_gen()