Skip to content

Commit af471c2

Browse files
committed
Revert "Only call iglp_opt(1) on certain arch (#1195)"
This reverts commit bb26118.
1 parent bb26118 commit af471c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/ck/tensor_operation/gpu/grid/gridwise_gemm_pipeline_v2.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ struct GridwiseGemmPipeline_v2
8080
do
8181
{
8282
#if CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT
83-
#if defined(__gfx90a__) || defined(__gfx940__) || defined(__gfx941__) || defined(__gfx942__)
8483
__builtin_amdgcn_iglp_opt(CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT);
85-
#endif
8684
#endif
8785

8886
block_sync_lds();

0 commit comments

Comments
 (0)