gridwise_gemm_pipeline_selector.hpp File Reference

gridwise_gemm_pipeline_selector.hpp File Reference#

Composable Kernel: gridwise_gemm_pipeline_selector.hpp File Reference
gridwise_gemm_pipeline_selector.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  ck

Enumerations

enum struct  ck::PipelineVersion {
  ck::v1 ,
  ck::v2 ,
  ck::v4 ,
  ck::weight_only
}

Functions

template<PipelineVersion PipelineVer, index_t NumPrefetch = 1, LoopScheduler LoopSched = LoopScheduler::Default, bool AEnableLds = true, bool BEnableLds = true>
constexpr auto ck::GridwiseGemmPipeline_Selector ()
std::ostream & operator<< (std::ostream &os, const ck::PipelineVersion &p)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const ck::PipelineVersion & p )
inline