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
6f0b21a7
Commit
6f0b21a7
authored
Nov 11, 2022
by
Rosty Geyyer
Browse files
Format
parent
da3f38fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
example/20_convnd_bwd_weight/CMakeLists.txt
example/20_convnd_bwd_weight/CMakeLists.txt
+5
-5
No files found.
example/20_convnd_bwd_weight/CMakeLists.txt
View file @
6f0b21a7
add_example_executable
(
example_convnd_bwd_weight_xdl_fp16 convnd_bwd_weight_xdl_fp16.cpp
)
add_example_executable
(
example_convnd_bwd_weight_xdl_bf16 convnd_bwd_weight_xdl_bf16.cpp
)
add_example_executable
(
example_convnd_bwd_weight_xdl_bf16 convnd_bwd_weight_xdl_bf16.cpp
)
add_example_executable
(
example_convnd_bwd_weight_dl_fp16 convnd_bwd_weight_dl_fp16.cpp
)
add_example_executable
(
example_convnd_bwd_weight_dl_fp16 convnd_bwd_weight_dl_fp16.cpp
)
target_link_libraries
(
example_convnd_bwd_weight_xdl_fp16 PRIVATE utility
)
target_link_libraries
(
example_convnd_bwd_weight_xdl_bf16 PRIVATE utility
)
target_link_libraries
(
example_convnd_bwd_weight_xdl_fp16 PRIVATE utility
)
target_link_libraries
(
example_convnd_bwd_weight_xdl_bf16 PRIVATE utility
)
target_link_libraries
(
example_convnd_bwd_weight_dl_fp16 PRIVATE utility
)
target_link_libraries
(
example_convnd_bwd_weight_dl_fp16 PRIVATE utility
)
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