When targeting WebGPU, we also need to transcompile SPIR-V, into
WGSL this time. We have similar limitations there like when
targeting Metal or MoltenVK.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D138735
[mlir][spirv] Enable WebGPU to use UnifyAliasedResourcePass ClosedPublic Authored by antiagainst on Nov 25 2022, 1:29 PM.
Details Summary When targeting WebGPU, we also need to transcompile SPIR-V, into
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 25 2022, 1:50 PM This revision was landed with ongoing or failed builds.Nov 25 2022, 1:56 PM Closed by commit rG234d2e27db2e: [mlir][spirv] Enable WebGPU to use UnifyAliasedResourcePass (authored by antiagainst). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 478021 mlir/lib/Dialect/SPIRV/Transforms/UnifyAliasedResourcePass.cpp
|