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 dbdae51 commit 3a8c01aCopy full SHA for 3a8c01a
include/cutlass/epilogue/collective/sm90_epilogue_tma_warpspecialized.hpp
@@ -640,7 +640,7 @@ class CollectiveEpilogue<
640
tRS_rC,
641
thread_idx
642
);
643
- auto cst_callbacks = fusion_callbacks.get_consumer_store_callbacks<RefSrc>(cst_args);
+ auto cst_callbacks = fusion_callbacks.template get_consumer_store_callbacks<RefSrc>(cst_args);
644
bool is_producer_load_needed = fusion_callbacks.is_producer_load_needed();
645
bool is_C_load_needed = is_source_supported && fusion_callbacks.is_C_load_needed();
646
0 commit comments