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
439db121
"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "5742d2931bda97c86fa9bb3b1ce1cbb7b6ad00da"
Commit
439db121
authored
Aug 23, 2022
by
Rosty Geyyer
Browse files
Update CMakeLists.txt
parent
1dd03dda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
example/30_grouped_convnd_fwd_bias_relu_add/CMakeLists.txt
example/30_grouped_convnd_fwd_bias_relu_add/CMakeLists.txt
+0
-5
No files found.
example/30_grouped_convnd_fwd_bias_relu_add/CMakeLists.txt
View file @
439db121
add_example_executable
(
example_grouped_convnd_fwd_bias_relu_add_xdl_fp16 grouped_convnd_fwd_bias_relu_add_xdl_fp16.cpp
)
target_link_libraries
(
example_grouped_convnd_fwd_bias_relu_add_xdl_fp16 PRIVATE utility
)
add_example_executable
(
example_grouped_convnd_fwd_bias_relu_add_xdl_fp32 grouped_convnd_fwd_bias_relu_add_xdl_fp32.cpp
)
target_link_libraries
(
example_grouped_convnd_fwd_bias_relu_add_xdl_fp32 PRIVATE utility
)
add_example_executable
(
example_grouped_convnd_fwd_bias_relu_add_xdl_bf16 grouped_convnd_fwd_bias_relu_add_xdl_bf16.cpp
)
target_link_libraries
(
example_grouped_convnd_fwd_bias_relu_add_xdl_bf16 PRIVATE utility
)
add_example_executable
(
example_grouped_convnd_fwd_bias_relu_add_xdl_int8 grouped_convnd_fwd_bias_relu_add_xdl_int8.cpp
)
target_link_libraries
(
example_grouped_convnd_fwd_bias_relu_add_xdl_int8 PRIVATE utility
)
if
(
USE_BITINT_EXTENSION_INT4
)
add_example_executable
(
example_grouped_convnd_fwd_bias_relu_add_xdl_int4 grouped_convnd_fwd_bias_relu_add_xdl_int4.cpp
)
target_link_libraries
(
example_grouped_convnd_fwd_bias_relu_add_xdl_int4 PRIVATE utility
)
endif
()
# USE_BITINT_EXTENSION_INT4
\ No newline at end of file
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