MasterJH5574 commented on PR #15517: URL: https://github.com/apache/tvm/pull/15517#issuecomment-1722362012
Hi @vinx13, we noticed that this PR breaks the WebGPU codegen as the WebGPU codegen right now does not support tir::ShuffleNode. Therefore, exceptions are thrown in pass `PointerValueTypeRewrite` at the beginning of WebGPU codegen. Here is a reproducible example https://gist.github.com/MasterJH5574/3e6141a1d6dcafd383ed6f7ac27e3318. Need to run it under this commit https://github.com/mlc-ai/relax/commit/631f37b6bf8b101d16ecc55de7e6a749a3588570 since the WebGPU codegen in mlc-ai/relax is slightly different from the codegen here due to some conflicts. cc @tqchen -- 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]
