Commit 96266c44 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Enable IGLP opt in GEMM pipeline v2

parent b4c2a6bb
......@@ -83,7 +83,7 @@ struct GridwiseGemmPipeline_v2
do
{
// __builtin_amdgcn_iglp_opt(2);
__builtin_amdgcn_iglp_opt(2);
// GEMM i
blockwise_gemm.Run(b_block_buf, c_thread_buf);
......
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