Searched refs:maxNumThreadsPerBlock (Results 1 – 1 of 1) sorted by relevance
30 const size_t maxNumThreadsPerBlock = 256; in checkForNan() local33 std::min<size_t>(maxNumThreadsPerBlock, tensor.numel()); in checkForNan()