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
f19355a2
"docs/git@developer.sourcefind.cn:SIYIXNI/vllm.git" did not exist on "223c19224b917005c8ed9e614825b7940f9de84b"
Commit
f19355a2
authored
Aug 17, 2024
by
carlushuang
Browse files
fix typo
parent
0eb75e21
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 @
f19355a2
...
...
@@ -25,7 +25,7 @@ This will result in an executable `build/bin/tile_example_permute`
```
# torch
x=torch.tensor.randn(2,3,4,6)
y=x.permute(0,3,2,1).contigous()
y=x.permute(0,3,2,1).contig
u
ous()
# ck_tile
./build/bin/tile_example_permute -shape=2,3,4,6 -perm=0,3,2,1
...
...
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