"...git@developer.sourcefind.cn:guobj/qwen_lmdeploy.git" did not exist on "2bf481fb0499370b2ef30f182a3d3a82f5382d11"
Unverified Commit f31e8dfa authored by zjing14's avatar zjing14 Committed by GitHub
Browse files

[HotFix] Fixed a typo in profile_gemm_multiply_multiply (#1425)



* fixed a typo

* clean

---------
Co-authored-by: default avatarJing Zhang <jizhan@fb.com>
parent d32997a7
...@@ -76,7 +76,7 @@ int profile_gemm_multiply_multiply(int argc, char* argv[]) ...@@ -76,7 +76,7 @@ int profile_gemm_multiply_multiply(int argc, char* argv[])
int n_warmup = 1; int n_warmup = 1;
int n_iter = 10; int n_iter = 10;
uint64_t rotating = 0; uint64_t rotating = 0;
if(argc == 18) if(argc == 19)
{ {
n_warmup = std::stoi(argv[16]); n_warmup = std::stoi(argv[16]);
n_iter = std::stoi(argv[17]); n_iter = std::stoi(argv[17]);
......
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