Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
f8107760
Commit
f8107760
authored
Jan 19, 2025
by
Aleksander Dudek
Browse files
[CK_TILE] Update the file structure part2
parent
ec1b65e7
Changes
37
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
20 additions
and
20 deletions
+20
-20
include/ck_tile/host/ops/fused_moe/kernel/fused_moegemm_kernel.hpp
...k_tile/host/ops/fused_moe/kernel/fused_moegemm_kernel.hpp
+1
-1
include/ck_tile/host/ops/fused_moe/kernel/moe_sorting_kernel.hpp
.../ck_tile/host/ops/fused_moe/kernel/moe_sorting_kernel.hpp
+1
-1
include/ck_tile/host/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_ex.hpp
...s/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_ex.hpp
+1
-1
include/ck_tile/host/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_policy.hpp
...sed_moe/pipeline/fused_moegemm_pipeline_flatmm_policy.hpp
+2
-2
include/ck_tile/host/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_uk.hpp
...s/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_uk.hpp
+1
-1
include/ck_tile/host/ops/fused_moe/pipeline/moe_sorting_pipeline.hpp
...tile/host/ops/fused_moe/pipeline/moe_sorting_pipeline.hpp
+1
-1
include/ck_tile/host/ops/fused_moe/pipeline/moe_sorting_policy.hpp
...k_tile/host/ops/fused_moe/pipeline/moe_sorting_policy.hpp
+2
-2
include/ck_tile/host/ops/norm_reduce/block/block_norm_reduce.hpp
.../ck_tile/host/ops/norm_reduce/block/block_norm_reduce.hpp
+1
-1
include/ck_tile/host/ops/permute/kernel/generic_permute_kernel.hpp
...k_tile/host/ops/permute/kernel/generic_permute_kernel.hpp
+1
-1
include/ck_tile/host/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_one_pass.hpp
...ps/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_one_pass.hpp
+1
-1
include/ck_tile/host/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_two_pass.hpp
...ps/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_two_pass.hpp
+1
-1
include/ck_tile/host/ops/smoothquant/pipeline/smoothquant_pipeline_one_pass.hpp
...ps/smoothquant/pipeline/smoothquant_pipeline_one_pass.hpp
+1
-1
include/ck_tile/host/ops/smoothquant/pipeline/smoothquant_pipeline_two_pass.hpp
...ps/smoothquant/pipeline/smoothquant_pipeline_two_pass.hpp
+1
-1
include/ck_tile/host/ops/topk_softmax/kernel/topk_softmax_kernel.hpp
...tile/host/ops/topk_softmax/kernel/topk_softmax_kernel.hpp
+1
-1
include/ck_tile/host/ops/topk_softmax/pipeline/topk_softmax_warp_per_row_pipeline.hpp
...k_softmax/pipeline/topk_softmax_warp_per_row_pipeline.hpp
+1
-1
include/ck_tile/host/ops/topk_softmax/pipeline/topk_softmax_warp_per_row_policy.hpp
...opk_softmax/pipeline/topk_softmax_warp_per_row_policy.hpp
+2
-2
test/ck_tile/image_to_column/test_tile_image_to_column.cpp
test/ck_tile/image_to_column/test_tile_image_to_column.cpp
+1
-1
No files found.
include/ck_tile/host/ops/fused_moe/kernel/fused_moegemm_kernel.hpp
View file @
f8107760
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/device/ops/common.hpp"
#include "ck_tile/device/ops/common.hpp"
#include "ck_tile/
device
/ops/elementwise.hpp"
#include "ck_tile/
host
/ops/elementwise.hpp"
#include <string>
#include <string>
#include <type_traits>
#include <type_traits>
...
...
include/ck_tile/host/ops/fused_moe/kernel/moe_sorting_kernel.hpp
View file @
f8107760
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/device/ops/common.hpp"
#include "ck_tile/device/ops/common.hpp"
#include "ck_tile/
device
/ops/elementwise.hpp"
#include "ck_tile/
host
/ops/elementwise.hpp"
#include "ck_tile/host/util/hip_check_error.hpp"
#include "ck_tile/host/util/hip_check_error.hpp"
#include <string>
#include <string>
#include <type_traits>
#include <type_traits>
...
...
include/ck_tile/host/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_ex.hpp
View file @
f8107760
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/device/ops/common/tensor_layout.hpp"
#include "ck_tile/device/ops/common/tensor_layout.hpp"
#include "ck_tile/
device
/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_policy.hpp"
#include "ck_tile/
host
/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_policy.hpp"
namespace
ck_tile
{
namespace
ck_tile
{
...
...
include/ck_tile/host/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_policy.hpp
View file @
f8107760
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
#pragma once
#pragma once
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/
device
/ops/fused_moe/pipeline/fused_moegemm_traits.hpp"
#include "ck_tile/
host
/ops/fused_moe/pipeline/fused_moegemm_traits.hpp"
#include "ck_tile/
device
/ops/flatmm.hpp"
#include "ck_tile/
host
/ops/flatmm.hpp"
#include "ck_tile/device/ops/gemm/warp/warp_gemm.hpp"
#include "ck_tile/device/ops/gemm/warp/warp_gemm.hpp"
#include "ck_tile/device/ops/gemm/warp/warp_gemm_dispatcher.hpp"
#include "ck_tile/device/ops/gemm/warp/warp_gemm_dispatcher.hpp"
...
...
include/ck_tile/host/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_uk.hpp
View file @
f8107760
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/device/ops/common/tensor_layout.hpp"
#include "ck_tile/device/ops/common/tensor_layout.hpp"
#include "ck_tile/
device
/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_policy.hpp"
#include "ck_tile/
host
/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_policy.hpp"
namespace
ck_tile
{
namespace
ck_tile
{
...
...
include/ck_tile/host/ops/fused_moe/pipeline/moe_sorting_pipeline.hpp
View file @
f8107760
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#pragma once
#pragma once
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/
device
/ops/fused_moe/pipeline/moe_sorting_policy.hpp"
#include "ck_tile/
host
/ops/fused_moe/pipeline/moe_sorting_policy.hpp"
#include <string>
#include <string>
#include <type_traits>
#include <type_traits>
...
...
include/ck_tile/host/ops/fused_moe/pipeline/moe_sorting_policy.hpp
View file @
f8107760
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
#pragma once
#pragma once
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/
device
/ops/softmax.hpp"
#include "ck_tile/
host
/ops/softmax.hpp"
#include "ck_tile/
device
/ops/topk.hpp"
#include "ck_tile/
host
/ops/topk.hpp"
namespace
ck_tile
{
namespace
ck_tile
{
...
...
include/ck_tile/host/ops/norm_reduce/block/block_norm_reduce.hpp
View file @
f8107760
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#pragma once
#pragma once
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/
device
/ops/norm_reduce/thread/thread_welford.hpp"
#include "ck_tile/
host
/ops/norm_reduce/thread/thread_welford.hpp"
namespace
ck_tile
{
namespace
ck_tile
{
...
...
include/ck_tile/host/ops/permute/kernel/generic_permute_kernel.hpp
View file @
f8107760
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/device/ops/common.hpp"
#include "ck_tile/device/ops/common.hpp"
// #include "ck_tile/
device
/ops/permute/pipeline/generic_petmute_problem.hpp"
// #include "ck_tile/
host
/ops/permute/pipeline/generic_petmute_problem.hpp"
namespace
ck_tile
{
namespace
ck_tile
{
...
...
include/ck_tile/host/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_one_pass.hpp
View file @
f8107760
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#pragma once
#pragma once
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/
device
/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_default_policy.hpp"
#include "ck_tile/
host
/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_default_policy.hpp"
#include <string>
#include <string>
#include <type_traits>
#include <type_traits>
...
...
include/ck_tile/host/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_two_pass.hpp
View file @
f8107760
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#pragma once
#pragma once
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/
device
/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_default_policy.hpp"
#include "ck_tile/
host
/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_default_policy.hpp"
#include <string>
#include <string>
#include <type_traits>
#include <type_traits>
...
...
include/ck_tile/host/ops/smoothquant/pipeline/smoothquant_pipeline_one_pass.hpp
View file @
f8107760
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#pragma once
#pragma once
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/
device
/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_default_policy.hpp"
#include "ck_tile/
host
/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_default_policy.hpp"
#include <string>
#include <string>
#include <type_traits>
#include <type_traits>
...
...
include/ck_tile/host/ops/smoothquant/pipeline/smoothquant_pipeline_two_pass.hpp
View file @
f8107760
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#pragma once
#pragma once
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/
device
/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_default_policy.hpp"
#include "ck_tile/
host
/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_default_policy.hpp"
#include <string>
#include <string>
#include <type_traits>
#include <type_traits>
...
...
include/ck_tile/host/ops/topk_softmax/kernel/topk_softmax_kernel.hpp
View file @
f8107760
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/device/ops/common.hpp"
#include "ck_tile/device/ops/common.hpp"
#include "ck_tile/
device
/ops/elementwise.hpp"
#include "ck_tile/
host
/ops/elementwise.hpp"
#include "ck_tile/host/util/hip_check_error.hpp"
#include "ck_tile/host/util/hip_check_error.hpp"
#include <string>
#include <string>
#include <type_traits>
#include <type_traits>
...
...
include/ck_tile/host/ops/topk_softmax/pipeline/topk_softmax_warp_per_row_pipeline.hpp
View file @
f8107760
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#pragma once
#pragma once
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/
device
/ops/topk_softmax/pipeline/topk_softmax_warp_per_row_policy.hpp"
#include "ck_tile/
host
/ops/topk_softmax/pipeline/topk_softmax_warp_per_row_policy.hpp"
#include <string>
#include <string>
#include <type_traits>
#include <type_traits>
...
...
include/ck_tile/host/ops/topk_softmax/pipeline/topk_softmax_warp_per_row_policy.hpp
View file @
f8107760
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
#pragma once
#pragma once
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/
device
/ops/softmax.hpp"
#include "ck_tile/
host
/ops/softmax.hpp"
#include "ck_tile/
device
/ops/topk.hpp"
#include "ck_tile/
host
/ops/topk.hpp"
namespace
ck_tile
{
namespace
ck_tile
{
...
...
test/ck_tile/image_to_column/test_tile_image_to_column.cpp
View file @
f8107760
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#include "ck_tile/host.hpp"
#include "ck_tile/host.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/host/util/kernel_launch.hpp"
#include "ck_tile/host/util/kernel_launch.hpp"
#include "ck_tile/
device
/ops/image_to_column.hpp"
#include "ck_tile/
host
/ops/image_to_column.hpp"
// Host API implementation
// Host API implementation
template
<
typename
DataType
>
template
<
typename
DataType
>
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment