mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 05:31:24 +00:00
9 lines
306 B
C++
9 lines
306 B
C++
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "ck_tile/ops/permute/kernel/generic_permute_kernel.hpp"
|
|
#include "ck_tile/ops/permute/pipeline/generic_petmute_problem.hpp"
|
|
#include "ck_tile/ops/common/tensor_layout.hpp"
|