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
formatting
  • Loading branch information
tkonolige committed May 18, 2021
commit 410f3125a1777ceec390481c009716c275f4a588
2 changes: 0 additions & 2 deletions python/tvm/topi/cuda/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@ def _callback(op):
s[c].bind(ao, thread_y)

traverse_inline(s, out.op, _callback)