akaashrp opened a new pull request, #20336: URL: https://github.com/apache/tvm/pull/20336
Add an optional `index_bits` argument to `DispatchSortScan` so pipelines that subsequently force indices to `int32` can generate compatible continuous GPU cumsum hierarchies. The hierarchy calculation can otherwise emit 64-bit thresholds that fail forced int32 narrowing, as seen in MLC's Metal compilation path. Existing callers retain the upstream defaults: 32 bits for WebGPU and 64 bits for other targets. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
