Searched refs:scratch_size (Results 1 – 1 of 1) sorted by relevance
266 const CeedInt scratch_size = block_sizes[0] * block_sizes[1] * block_sizes[2]; in CeedOperatorBuildKernel_Sycl_gen() local267 code << " local CeedScalar scratch[" << scratch_size << "];\n"; in CeedOperatorBuildKernel_Sycl_gen()