Skip to content

Commit

Permalink
Add vectorization into some adreno pool flow
Browse files Browse the repository at this point in the history
Co-authored-by: Li <[email protected]>
  • Loading branch information
elvin-n and lhez committed May 6, 2022
1 parent 31368e4 commit 21e85d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/topi/adreno/pooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def _schedule(PaddedInput, Pool):
s[OL].vectorize(s[OL].op.axis[-1])
else:
s[Pool].compute_at(s[Out], tx)
s[Pool].vectorize(s[Pool].op.axis[-1])

scheduled_ops = []

Expand Down

0 comments on commit 21e85d0

Please sign in to comment.