akaashrp opened a new pull request, #18960: URL: https://github.com/apache/tvm/pull/18960
Compiling Qwen3.5 yielded WGSL of the following form: `var<storage, read_write> storage : array<f32>; `. This led to a 'cyclic dependency' error due to the identifier collision. This PR reserves keywords such as storage to avoid parsing errors. -- 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]
