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
df31025f
Commit
df31025f
authored
Jan 17, 2023
by
rocking
Browse files
Merge duplicated folder in client example
parent
45a6b898
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
client_example/03_gemm_layernorm/CMakeLists.txt
client_example/03_gemm_layernorm/CMakeLists.txt
+5
-2
client_example/03_gemm_layernorm/gemm_add_add_layernorm_naive.cpp
...xample/03_gemm_layernorm/gemm_add_add_layernorm_naive.cpp
+0
-0
client_example/03_gemm_layernorm/gemm_add_relu_add_layernorm_welford.cpp
...03_gemm_layernorm/gemm_add_relu_add_layernorm_welford.cpp
+0
-0
client_example/15_gemm_layernorm/CMakeLists.txt
client_example/15_gemm_layernorm/CMakeLists.txt
+0
-2
No files found.
client_example/03_gemm_layernorm/CMakeLists.txt
View file @
df31025f
add_executable
(
client_gemm_add_add_reduce_normalize gemm_add_add_layernorm.cpp
)
add_executable
(
client_gemm_add_add_layernorm_naive gemm_add_add_layernorm_naive.cpp
)
target_link_libraries
(
client_gemm_add_add_reduce_normalize PRIVATE composable_kernel::device_operations
)
target_link_libraries
(
client_gemm_add_add_layernorm_naive PRIVATE composable_kernel::device_operations
)
add_executable
(
client_gemm_add_relu_add_layernorm_welford gemm_add_relu_add_layernorm_welford.cpp
)
target_link_libraries
(
client_gemm_add_relu_add_layernorm_welford PRIVATE composable_kernel::device_operations
)
client_example/03_gemm_layernorm/gemm_add_add_layernorm.cpp
→
client_example/03_gemm_layernorm/gemm_add_add_layernorm
_naive
.cpp
View file @
df31025f
File moved
client_example/
15
_gemm_layernorm/gemm_add_relu_add_layernorm.cpp
→
client_example/
03
_gemm_layernorm/gemm_add_relu_add_layernorm
_welford
.cpp
View file @
df31025f
File moved
client_example/15_gemm_layernorm/CMakeLists.txt
deleted
100644 → 0
View file @
45a6b898
add_executable
(
client_gemm_add_relu_add_layernorm gemm_add_relu_add_layernorm.cpp
)
target_link_libraries
(
client_gemm_add_relu_add_layernorm PRIVATE composable_kernel::device_operations
)
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