Commit 09419996 authored by Adam Osewski's avatar Adam Osewski
Browse files

Formatting + fix K dimension for int8.

parent 4d38b385
......@@ -235,11 +235,7 @@ bool run_grouped_gemm_example(int argc, char* argv[])
{
problem_size.Ms.push_back(256 + 256 * i);
problem_size.Ns.push_back(128 + 128 * i);
#ifdef BUILD_INT4_EXAMPLE
problem_size.Ks.push_back(128 + 64 * i);
#else
problem_size.Ks.push_back(64 + 64 * i);
#endif
problem_size.stride_As.push_back(problem_size.Ks[i]);
problem_size.stride_Bs.push_back(problem_size.Ks[i]);
......
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