Commit d377b42c authored by root's avatar root
Browse files

clang

parent 1857761a
...@@ -83,12 +83,8 @@ int profile_gemm_universal_streamk(int argc, char* argv[]) ...@@ -83,12 +83,8 @@ int profile_gemm_universal_streamk(int argc, char* argv[])
const bool do_log = std::stoi(argv[6]); const bool do_log = std::stoi(argv[6]);
const bool time_kernel = std::stoi(argv[7]); const bool time_kernel = std::stoi(argv[7]);
// const int M = std::stoi(argv[8]);
// const int N = std::stoi(argv[9]);
const int K = std::stoi(argv[10]); const int K = std::stoi(argv[10]);
// const int StrideA = std::stoi(argv[11]);
// const int StrideB = std::stoi(argv[12]);
const int StrideC = std::stoi(argv[13]); const int StrideC = std::stoi(argv[13]);
const int Streamk_sel = std::stoi(argv[14]); const int Streamk_sel = std::stoi(argv[14]);
const int Grid_size = std::stoi(argv[15]); const int Grid_size = std::stoi(argv[15]);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment