include/ck_tile/ops/fmha/pipeline/block_fmha_bwd_pipeline_enum.hpp Source File

include/ck_tile/ops/fmha/pipeline/block_fmha_bwd_pipeline_enum.hpp Source File#

Composable Kernel: include/ck_tile/ops/fmha/pipeline/block_fmha_bwd_pipeline_enum.hpp Source File
block_fmha_bwd_pipeline_enum.hpp
Go to the documentation of this file.
1 // SPDX-License-Identifier: MIT
2 // Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved.
3 
4 #pragma once
5 
6 namespace ck_tile {
7 
8 // This class is used for codegen pattern matching
10 {
11  KRKTRVR_IGLP = 0,
12  KRKTRVR,
13 };
14 
15 } // namespace ck_tile
Definition: cluster_descriptor.hpp:13
BlockFmhaBwdPipelineEnum
Definition: block_fmha_bwd_pipeline_enum.hpp:10