Files
clang-p2996/mlir/test/mlir-vulkan-runner
Finn Plummer 6ddc03d97c [mlir][spirv][webgpu] Add lowering of IAddCarry to IAdd (#68495)
WebGPU does not currently support extended arithmetic, this is an issue
when we want to lower from SPIR-V. This commit adds a pattern to
transform and emulate spirv.IAddCarry with spirv.IAdd operations

Fixes #65154
2023-10-19 15:59:04 -07:00
..