Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TOPI] Custom schedule for standalone transpose in cuda #8030

Merged
merged 12 commits into from
May 20, 2021
Prev Previous commit
Next Next commit
missspelled transform
  • Loading branch information
tkonolige committed May 17, 2021
commit f4982a2ae0b952566772a7a73975a67d2d465c80
2 changes: 1 addition & 1 deletion python/tvm/topi/cuda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
from .argwhere import *
from .scan import *
from .sparse_reshape import *
from .transfrom import *
from .transform import *
from .unique import *