Skip to content

Commit 3a8c01a

Browse files
authored
Prefix a member template name with the template keyword. (#1796)
Fixes llvm buld error.
1 parent dbdae51 commit 3a8c01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cutlass/epilogue/collective/sm90_epilogue_tma_warpspecialized.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ class CollectiveEpilogue<
640640
tRS_rC,
641641
thread_idx
642642
);
643-
auto cst_callbacks = fusion_callbacks.get_consumer_store_callbacks<RefSrc>(cst_args);
643+
auto cst_callbacks = fusion_callbacks.template get_consumer_store_callbacks<RefSrc>(cst_args);
644644
bool is_producer_load_needed = fusion_callbacks.is_producer_load_needed();
645645
bool is_C_load_needed = is_source_supported && fusion_callbacks.is_C_load_needed();
646646

0 commit comments

Comments
 (0)