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_ROCM
Commits
b2e95e21
Commit
b2e95e21
authored
Aug 17, 2024
by
carlushuang
Browse files
fix typo 2
parent
f19355a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/ck_tile/06_permute/README.md
example/ck_tile/06_permute/README.md
+1
-1
No files found.
example/ck_tile/06_permute/README.md
View file @
b2e95e21
...
...
@@ -24,7 +24,7 @@ This will result in an executable `build/bin/tile_example_permute`
## some examples
```
# torch
x=torch.
tensor.
randn(2,3,4,6)
x=torch.randn(2,3,4,6)
y=x.permute(0,3,2,1).contiguous()
# ck_tile
...
...
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