Commit f19355a2 authored by carlushuang's avatar carlushuang
Browse files

fix typo

parent 0eb75e21
...@@ -25,7 +25,7 @@ This will result in an executable `build/bin/tile_example_permute` ...@@ -25,7 +25,7 @@ This will result in an executable `build/bin/tile_example_permute`
``` ```
# torch # torch
x=torch.tensor.randn(2,3,4,6) x=torch.tensor.randn(2,3,4,6)
y=x.permute(0,3,2,1).contigous() y=x.permute(0,3,2,1).contiguous()
# ck_tile # ck_tile
./build/bin/tile_example_permute -shape=2,3,4,6 -perm=0,3,2,1 ./build/bin/tile_example_permute -shape=2,3,4,6 -perm=0,3,2,1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment