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
e9316485
"tests/distributed/test_new_kvstore.py.bak" did not exist on "dd8d5289efbb359a679b3e9f49cd7e86d2c36754"
Commit
e9316485
authored
Sep 12, 2022
by
Po-Yen, Chen
Browse files
Disable failed-to-compile example
parent
756251c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
example/36_permute/CMakeLists.txt
example/36_permute/CMakeLists.txt
+2
-2
No files found.
example/36_permute/CMakeLists.txt
View file @
e9316485
...
...
@@ -2,10 +2,10 @@ add_custom_target(example_permute)
add_example_executable
(
example_permute_1xHxW_fp32 permute_1xHxW_fp32.cpp
)
add_example_executable
(
example_permute_NxHxW_fp32 permute_NxHxW_fp32.cpp
)
add_example_executable_no_testing
(
example_permute_HxWx4_fp16 permute_HxWx4_fp16.cpp
)
#
add_example_executable_no_testing(example_permute_HxWx4_fp16 permute_HxWx4_fp16.cpp)
add_example_executable
(
example_permute_HxWx2_fp16 permute_HxWx2_fp16.cpp
)
add_dependencies
(
example_permute example_permute_1xHxW_fp32
)
add_dependencies
(
example_permute example_permute_NxHxW_fp32
)
add_dependencies
(
example_permute example_permute_HxWx4_fp16
)
#
add_dependencies(example_permute example_permute_HxWx4_fp16)
add_dependencies
(
example_permute example_permute_HxWx2_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