[Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_EXT_mesh_shader extension (PR #126555)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Feb 11 03:24:42 PST 2025
kuhar wrote:
> I don't think there are any upstream users of this extension. Do we have to worry someone in the downstream uses it?
We generally only worry about known users (such as upstream itself). If someone has a use for a deprecated extension, they can comment on PR that removes support and propose an alternative: either plain revert or something else, depending on the level of maintenance necessary.
So in short, I'd prefer to first land this as-is (with the two extensions coexisting for a very brief period of time), and then follow up with a PR that drops the vendor variant. Could you prepare a PR that drops the NV version?
https://github.com/llvm/llvm-project/pull/126555
More information about the Mlir-commits
mailing list