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