/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/utility/pipeline_enum.hpp File Reference#
pipeline_enum.hpp File Reference
#include <ostream>Go to the source code of this file.
Namespaces | |
| ck | |
Enumerations | |
| enum class | ck::PipelineVersion { ck::v1 , ck::v2 , ck::v4 , ck::weight_only } |
| Pipeline version enumeration for GEMM kernels. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const ck::PipelineVersion &p) |
Function Documentation
◆ operator<<()
|
inline |