mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 05:31:24 +00:00
* Support bf16/fb8/bf8 datatypes for ck_tile/gemm * remove commented out code. * Addressing code review comments and enabling universal_gemm for all the supported data types. * Merge conflict resolution. * Solve the memory pipeline compilation error. Merge with the new change of CShuffle * finish the feature, pass the tests * Fix the pipeline and add the benchmark script for other data types --------- Co-authored-by: ThomasNing <thomas.ning@amd.com>
12 lines
547 B
C++
12 lines
547 B
C++
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "ck_tile/ops/batched_transpose/kernel/batched_transpose_kernel.hpp"
|
|
#include "ck_tile/ops/batched_transpose/pipeline/batched_transpose_pipeline.hpp"
|
|
#include "ck_tile/ops/batched_transpose/pipeline/batched_transpose_policy.hpp"
|
|
#include "ck_tile/ops/batched_transpose/pipeline/batched_transpose_problem.hpp"
|
|
#include "ck_tile/ops/common/generic_2d_block_shape.hpp"
|
|
#include "ck_tile/ops/common/tensor_layout.hpp"
|