huochaitiantang opened a new pull request #7586: URL: https://github.com/apache/tvm/pull/7586
The topi schedule `dense_int8.cuda` uses dp4a, whose types are int8 * int8 = int32. This PR could ensure that, the quantized dense ops can find the more efficient schedule `dense_int8.cuda`, instead of `dense_small_batch.cuda` or `dense_large_batch.cuda`. ---------------------------------------------------------------- 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]
