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
f4b8e02e
Commit
f4b8e02e
authored
Jul 18, 2022
by
Chao Liu
Browse files
fix build
parent
2a94fa10
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
test/layernorm/CMakeLists.txt
test/layernorm/CMakeLists.txt
+5
-3
No files found.
test/layernorm/CMakeLists.txt
View file @
f4b8e02e
...
...
@@ -2,7 +2,9 @@ add_custom_target(test_layernorm)
add_gtest_executable
(
test_layernorm_fp32 test_layernorm_fp32.cpp
)
add_gtest_executable
(
test_layernorm_fp16 test_layernorm_fp16.cpp
)
target_link_libraries
(
test_layernorm_fp32 PRIVATE host_tensor
)
target_link_libraries
(
test_layernorm_fp16 PRIVATE host_tensor
)
target_link_libraries
(
test_layernorm_fp32 PRIVATE utility
)
target_link_libraries
(
test_layernorm_fp16 PRIVATE utility
)
add_dependencies
(
test_layernorm test_layernorm_fp32
)
add_dependencies
(
test_layernorm test_layernorm_fp16
)
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