Home
last modified time | relevance | path

Searched refs:i_waste (Results 1 – 1 of 1) sorted by relevance

/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator.c83 int i_waste = Waste(threads_per_sm, warp_size, threads_per_elem, i); in BlockGridCalculate() local
87 if (i_waste < waste || (i_waste == waste && threads_per_elem * i <= 128)) { in BlockGridCalculate()
89 waste = i_waste; in BlockGridCalculate()