Searched refs:targetMatrices (Results 1 – 1 of 1) sorted by relevance
864 std::vector<CompatibilityMatrix> targetMatrices; in checkDeprecation() local871 std::move(targetMatricesPartition, matrixFragments.end(), std::back_inserter(targetMatrices)); in checkDeprecation()872 if (targetMatrices.empty()) { in checkDeprecation()878 auto targetMatrix = CompatibilityMatrix::combine(deviceLevel, &targetMatrices, error); in checkDeprecation()