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
01ca856c
"docs/source/en/api/models/hunyuan_transformer2d.md" did not exist on "75d53cc83966b4046e5a329ddf7baa6aa24f52e2"
Commit
01ca856c
authored
Sep 12, 2022
by
Po-Yen, Chen
Browse files
Use better example name
parent
632bfff0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
example/36_permute/CMakeLists.txt
example/36_permute/CMakeLists.txt
+2
-2
example/36_permute/permute_1xHxW_fp32.cpp
example/36_permute/permute_1xHxW_fp32.cpp
+0
-0
No files found.
example/36_permute/CMakeLists.txt
View file @
01ca856c
add_custom_target
(
example_permute
)
add_custom_target
(
example_permute
)
add_example_executable
(
example_permute_
fp16 permute_fp16
.cpp
)
add_example_executable
(
example_permute_
1xHxW_fp32 permute_1xHxW_fp32
.cpp
)
add_dependencies
(
example_permute example_permute_
fp16
)
add_dependencies
(
example_permute example_permute_
1xHxW_fp32
)
example/36_permute/permute_
fp16
.cpp
→
example/36_permute/permute_
1xHxW_fp32
.cpp
View file @
01ca856c
File moved
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