[all-commits] [llvm/llvm-project] 32389d: [mlir][spirv] Add OpenCL fma op and lowering
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Tue Feb 15 00:30:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32389d0c2e2db54f9d3f78fae0e113060a9b4074
https://github.com/llvm/llvm-project/commit/32389d0c2e2db54f9d3f78fae0e113060a9b4074
Author: Ivan Butygin <ivan.butygin at gmail.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOCLOps.td
M mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp
M mlir/test/Conversion/MathToSPIRV/math-to-glsl-spirv.mlir
M mlir/test/Conversion/MathToSPIRV/math-to-opencl-spirv.mlir
M mlir/test/Dialect/SPIRV/IR/ocl-ops.mlir
M mlir/test/Target/SPIRV/ocl-ops.mlir
M mlir/utils/spirv/gen_spirv_dialect.py
Log Message:
-----------
[mlir][spirv] Add OpenCL fma op and lowering
Also, it seems Khronos has changed html spec format so small adjustment to script was needed.
Base op parsing is also probably broken.
Differential Revision: https://reviews.llvm.org/D119678
More information about the All-commits
mailing list