We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb26118 commit af471c2Copy full SHA for af471c2
include/ck/tensor_operation/gpu/grid/gridwise_gemm_pipeline_v2.hpp
@@ -80,9 +80,7 @@ struct GridwiseGemmPipeline_v2
80
do
81
{
82
#if CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT
83
-#if defined(__gfx90a__) || defined(__gfx940__) || defined(__gfx941__) || defined(__gfx942__)
84
__builtin_amdgcn_iglp_opt(CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT);
85
-#endif
86
#endif
87
88
block_sync_lds();
0 commit comments