[all-commits] [llvm/llvm-project] 234d2e: [mlir][spirv] Enable WebGPU to use UnifyAliasedRes...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Fri Nov 25 13:56:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 234d2e27db2ed4b958e31fe7db10941e6ce1b84e
https://github.com/llvm/llvm-project/commit/234d2e27db2ed4b958e31fe7db10941e6ce1b84e
Author: Lei Zhang <antiagainst at google.com>
Date: 2022-11-25 (Fri, 25 Nov 2022)
Changed paths:
M mlir/lib/Dialect/SPIRV/Transforms/UnifyAliasedResourcePass.cpp
Log Message:
-----------
[mlir][spirv] Enable WebGPU to use UnifyAliasedResourcePass
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.
Reviewed By: kuhar
Differential Revision: https://reviews.llvm.org/D138735
More information about the All-commits
mailing list