Searched refs:kercns (Results 1 – 1 of 1) sorted by relevance
5437 kercns.push_back(ckercn); \5477 std::vector<int> dividers, kercns; in checkOptimalVectorWidth() local5491 … while (offsets[i] % dividers[i] != 0 || steps[i] % dividers[i] != 0 || cols[i] % kercns[i] != 0) in checkOptimalVectorWidth()5492 dividers[i] >>= 1, kercns[i] >>= 1; in checkOptimalVectorWidth()5495 int kercn = *std::min_element(kercns.begin(), kercns.end()); in checkOptimalVectorWidth()