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
18d6a3d6
Commit
18d6a3d6
authored
Mar 02, 2023
by
ltqin
Browse files
fix conflict
parents
d3e87f86
45b52f13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
example/32_batched_gemm_scale_softmax_gemm/CMakeLists.txt
example/32_batched_gemm_scale_softmax_gemm/CMakeLists.txt
+4
-0
No files found.
example/32_batched_gemm_scale_softmax_gemm/CMakeLists.txt
View file @
18d6a3d6
...
...
@@ -9,8 +9,12 @@ add_example_executable(example_grouped_multihead_attention_forward_fp16 grouped_
add_example_executable
(
example_batched_multihead_attention_forward_fp16 batched_multihead_attention_forward_fp16.cpp
)
add_example_executable
(
example_grouped_multihead_attention_forward_bf16 grouped_multihead_attention_forward_bf16.cpp
)
add_example_executable
(
example_batched_multihead_attention_forward_bf16 batched_multihead_attention_forward_bf16.cpp
)
<<<<<<< HEAD
add_example_executable
(
example_batched_multihead_attention_backward_pt2 batched_multihead_attention_backward_pt2.cpp
)
=======
>>>>>>> 45b52f1304010413b7c31b36bb89d34df9e040ee
add_example_executable
(
example_batched_multihead_attention_backward_pt1 batched_multihead_attention_backward_pt1.cpp
)
add_example_executable
(
example_batched_multihead_attention_backward_pt2 batched_multihead_attention_backward_pt2.cpp
)
add_example_executable
(
example_batched_multihead_attention_train_fp16 batched_multihead_attention_train_fp16.cpp
)
add_custom_target
(
example_gemm_scale_softmax_gemm
)
...
...
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