Commit 6eb233a3 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Merge branch 'feature/split-gemm-instance-library' of...

Merge branch 'feature/split-gemm-instance-library' of github.com:ROCmSoftwarePlatform/composable_kernel into feature/split-gemm-instance-library
parents 50de2707 279580cf
...@@ -79,9 +79,9 @@ struct GridwiseGemmPipeline_v2 ...@@ -79,9 +79,9 @@ struct GridwiseGemmPipeline_v2
do do
{ {
#if CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT #if CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT
__builtin_amdgcn_iglp_opt(CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT); __builtin_amdgcn_iglp_opt(CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT);
#endif #endif
block_sync_lds(); block_sync_lds();
......
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