/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/ops/gemm/pipeline/gemm_pipelines.hpp Source File

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/ops/gemm/pipeline/gemm_pipelines.hpp Source File#

Composable Kernel: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/ops/gemm/pipeline/gemm_pipelines.hpp Source File
gemm_pipelines.hpp
Go to the documentation of this file.
1 // Copyright © Advanced Micro Devices, Inc., or its affiliates.
2 // SPDX-License-Identifier: MIT
3 
4 #pragma once
5 
6 namespace ck_tile {
7 
8 enum struct GemmPipeline
9 {
11  COMPUTE_V3,
12  COMPUTE_V4,
13  COMPUTE_V5,
14  COMPUTE_V6,
15  MEMORY,
16  BASIC_V1,
17  BASIC_V2,
19 };
20 
21 } // namespace ck_tile
Definition: cluster_descriptor.hpp:13
GemmPipeline
Definition: gemm_pipelines.hpp:9