sunggg commented on PR #15462: URL: https://github.com/apache/tvm/pull/15462#issuecomment-1663310345
Thank you, @LeiWang1999 for bringing cudnn backend :) Regarding find_cudnn_best_algo, there are existing API for both Python and C++ sides that you can reuse. https://github.com/apache/tvm/blob/unity/python/tvm/contrib/cudnn.py#L367 https://github.com/apache/tvm/blob/unity/src/runtime/contrib/cudnn/conv_forward.cc#L212 By the way, do you also plan to work on attention operators by chance? https://docs.nvidia.com/deeplearning/cudnn/api/index.html#cudnnMultiHeadAttnForward -- 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]
