cutlass icon indicating copy to clipboard operation
cutlass copied to clipboard

[QST]Where is the PipelineState defined in cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized_cooperative.hpp?

Open ziyuhuang123 opened this issue 6 months ago • 0 comments

What is your question? image

Like here, I see many usage of PipelineState but find no definition. I do find some in other files like:

using PipelineState = cutlass::PipelineState<DispatchPolicy::Stages>;

But, can we define something outside the class?

ziyuhuang123 avatar Aug 19 '24 06:08 ziyuhuang123