lazycal opened a new pull request, #11719: URL: https://github.com/apache/tvm/pull/11719
One sophisticated softmax's TE schedule assumes >= 2D input (eg, https://github.com/apache/tvm/blob/d92a7731a28d87d6644d18619f94f341250318b3/python/tvm/topi/cuda/softmax.py#L86), and raises IndexError for 1D input. This PR checks tensor rank and falls back to default schedule when rank=1. @masahi -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
