Commit 8b7ad986 authored by Paul's avatar Paul
Browse files

Add some prints

parent 64e6294d
...@@ -172,6 +172,7 @@ auto is_mlir_dot(mlir_mode mode) ...@@ -172,6 +172,7 @@ auto is_mlir_dot(mlir_mode mode)
if(k > 1024) if(k > 1024)
return false; return false;
auto ratio = m * n / k; auto ratio = m * n / k;
std::cout << "gemm_ratio: " << ratio << std::endl;
if(ratio < 16384) if(ratio < 16384)
return false; return false;
return true; return true;
......
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