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
d4d46208
Commit
d4d46208
authored
Dec 15, 2022
by
rocking
Browse files
Rename the example name
parent
6eb7610e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
example/21_gemm_layernorm/CMakeLists.txt
example/21_gemm_layernorm/CMakeLists.txt
+2
-2
example/21_gemm_layernorm/gemm_bias_relu_add_layernorm_xdl_fp16_naive.cpp
...layernorm/gemm_bias_relu_add_layernorm_xdl_fp16_naive.cpp
+0
-0
example/21_gemm_layernorm/gemm_bias_relu_add_layernorm_xdl_fp16_welford.cpp
...yernorm/gemm_bias_relu_add_layernorm_xdl_fp16_welford.cpp
+0
-0
No files found.
example/21_gemm_layernorm/CMakeLists.txt
View file @
d4d46208
add_example_executable
(
example_gemm_
add
_add_layernorm_xdl_fp16
gemm_add
_add_layernorm_xdl_fp16.cpp
)
add_example_executable
(
example_gemm_
bias_relu
_add_layernorm_xdl_fp16
_welford gemm_bias_relu
_add_layernorm_xdl_fp16
_welford
.cpp
)
add_example_executable
(
example_gemm_bias_relu_add_layernorm_xdl_fp16 gemm_bias_relu_add_layernorm_xdl_fp16.cpp
)
add_example_executable
(
example_gemm_bias_relu_add_layernorm_xdl_fp16
_naive
gemm_bias_relu_add_layernorm_xdl_fp16
_naive
.cpp
)
add_example_executable
(
example_gemm_layernorm_xdl_fp16 gemm_layernorm_xdl_fp16.cpp
)
add_example_executable
(
example_gemm_layernorm_xdl_fp16 gemm_layernorm_xdl_fp16.cpp
)
add_example_executable
(
example_gemm_xdl_layernorm_single_kernel_fp16 gemm_xdl_layernorm_single_kernel_fp16.cpp
)
add_example_executable
(
example_gemm_xdl_layernorm_single_kernel_fp16 gemm_xdl_layernorm_single_kernel_fp16.cpp
)
example/21_gemm_layernorm/gemm_bias_relu_add_layernorm_xdl_fp16.cpp
→
example/21_gemm_layernorm/gemm_bias_relu_add_layernorm_xdl_fp16
_naive
.cpp
View file @
d4d46208
File moved
example/21_gemm_layernorm/gemm_
add
_add_layernorm_xdl_fp16.cpp
→
example/21_gemm_layernorm/gemm_
bias_relu
_add_layernorm_xdl_fp16
_welford
.cpp
View file @
d4d46208
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