t-vi commented on a change in pull request #5600:
URL: https://github.com/apache/incubator-tvm/pull/5600#discussion_r435088925
##########
File path: topi/python/topi/cuda/softmax.py
##########
@@ -39,6 +39,7 @@ def schedule_softmax(outs):
outs = [outs] if isinstance(outs, te.tensor.Tensor) else outs
s = te.create_schedule([x.op for x in outs])
softmax = outs[0]
+ tgt = target_.Target.current(allow_none=False)
Review comment:
Hm. I'd like to benefit from the GPU schedules with warps...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]