mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 13:11:25 +00:00
* [CK_TILE] Image to Column kernel * Fixes * Vector loads and stores * Fixes * Fixes * change test dir name
9 lines
354 B
C++
9 lines
354 B
C++
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "ck_tile/ops/image_to_column/kernel/image_to_column_kernel.hpp"
|
|
#include "ck_tile/ops/image_to_column/pipeline/block_image_to_column_problem.hpp"
|
|
#include "ck_tile/ops/image_to_column/pipeline/tile_image_to_column_shape.hpp"
|