MasterJH5574 opened a new pull request, #15333: URL: https://github.com/apache/tvm/pull/15333
Prior to this PR, the matmul rule of dlight binds loops to `blockIdx.z`. However, not every device supports this blockIdx dimension (for example, WebGPU does not support `blockIdx.z`), which makes dlight fails to apply and build. Therefore, this PR fuses the `blockIdx.z` loop with other `blockIdx` loop. -- 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]
