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
d9dd24fe
"vscode:/vscode.git/clone" did not exist on "95d374845373d9bcbc20df08475240b90d555962"
Commit
d9dd24fe
authored
Mar 08, 2023
by
aska-0096
Browse files
Add arch limit in test subfolder
parent
1e59eb3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
test/wmma_op/CMakeLists.txt
test/wmma_op/CMakeLists.txt
+4
-2
No files found.
test/wmma_op/CMakeLists.txt
View file @
d9dd24fe
add_test_executable
(
test_wmma_op wmma_op.cpp
)
if
(
GPU_TARGETS MATCHES
"gfx1100"
)
target_link_libraries
(
test_wmma_op PRIVATE utility
)
add_test_executable
(
test_wmma_op wmma_op.cpp
)
target_link_libraries
(
test_wmma_op PRIVATE utility
)
endif
()
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