warp_wmma_gemm.hpp Source File

warp_wmma_gemm.hpp Source File#

Composable Kernel: warp_wmma_gemm.hpp Source File
warp_wmma_gemm.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#include "ck_tile/core.hpp"
11
12namespace ck_tile {
13
14template <bool kTransC = false>
17
18template <bool kTransC = false>
21
22template <bool kTransC = false>
25
26template <bool kTransC = false>
29
30template <bool kTransC = false>
33
34template <bool kTransC = false>
37
38template <bool kTransC = false>
41
42} // namespace ck_tile
Definition tile/core/algorithm/cluster_descriptor.hpp:13
WarpGemmImpl< WarpGemmAttributeWmma< WarpGemmAttributeWmmaImpl_f32_16x16x16_bf16_bf16, kTransC > > WarpGemmWmma_f32_16x16x16_bf16_bf16
Definition warp_wmma_gemm.hpp:19
WarpGemmImpl< WarpGemmAttributeWmma< WarpGemmAttributeWmmaImpl_f32_16x16x16_f8_f8, kTransC > > WarpGemmWmma_f32_16x16x16_f8_f8
Definition warp_wmma_gemm.hpp:27
WarpGemmImpl< WarpGemmAttributeWmma< WarpGemmAttributeWmmaImpl_f32_16x16x16_bf8_bf8, kTransC > > WarpGemmWmma_f32_16x16x16_bf8_bf8
Definition warp_wmma_gemm.hpp:31
WarpGemmImpl< WarpGemmAttributeWmma< WarpGemmAttributeWmmaImpl_i32_16x16x16_i8_i8, kTransC > > WarpGemmWmma_i32_16x16x16_i8_i8
Definition warp_wmma_gemm.hpp:23
WarpGemmImpl< WarpGemmAttributeWmma< WarpGemmAttributeWmmaImpl_f32_16x16x16_f16_f16, kTransC > > WarpGemmWmma_f32_16x16x16_f16_f16
Definition warp_wmma_gemm.hpp:15
WarpGemmImpl< WarpGemmAttributeWmma< WarpGemmAttributeWmmaImpl_f32_16x16x16_f8_bf8, kTransC > > WarpGemmWmma_f32_16x16x16_f8_bf8
Definition warp_wmma_gemm.hpp:35
WarpGemmImpl< WarpGemmAttributeWmma< WarpGemmAttributeWmmaImpl_f32_16x16x16_bf8_f8, kTransC > > WarpGemmWmma_f32_16x16x16_bf8_f8
Definition warp_wmma_gemm.hpp:39
Definition warp_gemm_impl.hpp:11