Skip to content

Commit

Permalink
Revert "Only call iglp_opt(1) on certain arch (#1195)"
Browse files Browse the repository at this point in the history
This reverts commit bb26118.
  • Loading branch information
junliume committed Mar 18, 2024
1 parent bb26118 commit af471c2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ struct GridwiseGemmPipeline_v2
do
{
#if CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT
#if defined(__gfx90a__) || defined(__gfx940__) || defined(__gfx941__) || defined(__gfx942__)
__builtin_amdgcn_iglp_opt(CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT);
#endif
#endif

block_sync_lds();
Expand Down

0 comments on commit af471c2

Please sign in to comment.