"...resnet50_tensorflow.git" did not exist on "97e6a52413b5b4294cfe30102428d9e455058914"
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[])
int n_warmup = 1;
int n_iter = 10;
uint64_t rotating = 0;
if(argc == 18)
if(argc == 19)
{
n_warmup = std::stoi(argv[16]);
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