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
Commits
498b7bac
Commit
498b7bac
authored
Jun 16, 2023
by
danyao12
Browse files
rename v3 to qloop_t2b_phased_pt1
parent
e38d2a5d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
example/32_batched_gemm_scale_softmax_gemm/CMakeLists.txt
example/32_batched_gemm_scale_softmax_gemm/CMakeLists.txt
+1
-0
example/32_batched_gemm_scale_softmax_gemm/batched_multihead_attention_backward_v2_phased.cpp
...x_gemm/batched_multihead_attention_backward_v2_phased.cpp
+1
-1
include/ck/tensor_operation/gpu/device/impl/device_batched_mha_bwd_xdl_cshuffle_qloop_t2b_phased_v1.hpp
...vice_batched_mha_bwd_xdl_cshuffle_qloop_t2b_phased_v1.hpp
+1
-1
include/ck/tensor_operation/gpu/grid/gridwise_batched_mha_bwd_xdl_cshuffle_qloop_t2b_phased_pt1.hpp
...ise_batched_mha_bwd_xdl_cshuffle_qloop_t2b_phased_pt1.hpp
+0
-0
No files found.
example/32_batched_gemm_scale_softmax_gemm/CMakeLists.txt
View file @
498b7bac
...
...
@@ -15,6 +15,7 @@ add_example_executable(example_grouped_multihead_attention_forward_v2 grouped_mu
add_example_executable
(
example_batched_multihead_attention_forward_v2 batched_multihead_attention_forward_v2.cpp
)
add_example_executable
(
example_grouped_multihead_attention_backward_v2 grouped_multihead_attention_backward_v2.cpp
)
add_example_executable
(
example_batched_multihead_attention_backward_v2 batched_multihead_attention_backward_v2.cpp
)
add_example_executable
(
example_batched_multihead_attention_backward_v2_phased batched_multihead_attention_backward_v2_phased.cpp
)
add_example_executable
(
example_grouped_multihead_attention_train_v2 grouped_multihead_attention_train_v2.cpp
)
add_example_executable
(
example_batched_multihead_attention_train_v2 batched_multihead_attention_train_v2.cpp
)
...
...
example/32_batched_gemm_scale_softmax_gemm/batched_multihead_attention_backward_v
3
.cpp
→
example/32_batched_gemm_scale_softmax_gemm/batched_multihead_attention_backward_v
2_phased
.cpp
View file @
498b7bac
...
...
@@ -36,7 +36,7 @@ Kernel outputs:
#include "ck/ck.hpp"
#include "ck/tensor_operation/gpu/device/gemm_specialization.hpp"
#include "ck/tensor_operation/gpu/device/tensor_specialization.hpp"
#include "ck/tensor_operation/gpu/device/impl/device_batched_m
ultihead_attention_backward_xdl_cshuffle_v3
.hpp"
#include "ck/tensor_operation/gpu/device/impl/device_batched_m
ha_bwd_xdl_cshuffle_qloop_t2b_phased_v1
.hpp"
#include "ck/tensor_operation/gpu/device/impl/device_batched_multihead_attention_backward_xdl_cshuffle_v2.hpp"
#include "ck/tensor_operation/gpu/element/element_wise_operation.hpp"
...
...
include/ck/tensor_operation/gpu/device/impl/device_batched_m
ultihead_attention_backward_xdl_cshuffle_v3
.hpp
→
include/ck/tensor_operation/gpu/device/impl/device_batched_m
ha_bwd_xdl_cshuffle_qloop_t2b_phased_v1
.hpp
View file @
498b7bac
...
...
@@ -16,7 +16,7 @@
#include "ck/tensor_operation/gpu/device/masking_specialization.hpp"
#include "ck/tensor_operation/gpu/device/matrix_padder.hpp"
#include "ck/tensor_operation/gpu/device/tensor_layout.hpp"
#include "ck/tensor_operation/gpu/grid/gridwise_batched_m
ultihead_attention_backward_xdl_cshuffle_pt3
.hpp"
#include "ck/tensor_operation/gpu/grid/gridwise_batched_m
ha_bwd_xdl_cshuffle_qloop_t2b_phased_pt1
.hpp"
#include "ck/tensor_operation/operator_transform/transform_contraction_to_gemm.hpp"
#include "ck/host_utility/device_prop.hpp"
#include "ck/host_utility/kernel_launch.hpp"
...
...
include/ck/tensor_operation/gpu/grid/gridwise_batched_m
ultihead_attention_backward_xdl_cshuffle_pt3
.hpp
→
include/ck/tensor_operation/gpu/grid/gridwise_batched_m
ha_bwd_xdl_cshuffle_qloop_t2b_phased_pt1
.hpp
View file @
498b7bac
File moved
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