Searched refs:unique_gemm (Results 1 – 1 of 1) sorted by relevance
177 std::vector<gemm_t> unique_gemm; in benchmark() local178 unique_gemm.push_back(gemm); in benchmark()180 gflops_for_gemms<LhsType, RhsType, ResultType>(context, unique_gemm); in benchmark()