Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
bb26118c
Unverified
Commit
bb26118c
authored
Mar 12, 2024
by
Po Yen Chen
Committed by
GitHub
Mar 12, 2024
Browse files
Only call iglp_opt(1) on certain arch (#1195)
parent
62db01c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
include/ck/tensor_operation/gpu/grid/gridwise_gemm_pipeline_v2.hpp
...k/tensor_operation/gpu/grid/gridwise_gemm_pipeline_v2.hpp
+2
-0
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_gemm_pipeline_v2.hpp
View file @
bb26118c
...
@@ -80,7 +80,9 @@ struct GridwiseGemmPipeline_v2
...
@@ -80,7 +80,9 @@ struct GridwiseGemmPipeline_v2
do
do
{
{
#if CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT
#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
);
__builtin_amdgcn_iglp_opt
(
CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT
);
#endif
#endif
#endif
block_sync_lds
();
block_sync_lds
();
...
...
gaoqiong
@gaoqiong
mentioned in commit
af471c23
·
Feb 18, 2025
mentioned in commit
af471c23
mentioned in commit af471c2308a2eb72a03eaf107b0994a60e443c66
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment