Make vendor ops more consistent with the naming scheme within the SPIR-V
dialect.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133247
[mlir][spirv] Change vendor op mnemonics to `spv.VENDOR.name` ClosedPublic Authored by kuhar on Sep 2 2022, 8:37 PM.
Details Summary Make vendor ops more consistent with the naming scheme within the SPIR-V
Diff Detail
Event Timelinekuhar added a parent revision: D133246: [mlir][spirv] Refactor vendor op definitions.Sep 2 2022, 8:37 PM This revision is now accepted and ready to land.Sep 6 2022, 9:04 AM This revision was landed with ongoing or failed builds.Sep 6 2022, 10:36 AM Closed by commit rG817de304d541: [mlir][spirv] Change vendor op mnemonics to `spv.VENDOR.name` (authored by kuhar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 458211 mlir/include/mlir/Dialect/SPIRV/IR/SPIRVAtomicOps.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVCooperativeMatrixOps.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVGroupOps.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVJointMatrixOps.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVMiscOps.td
mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
mlir/test/Dialect/SPIRV/IR/atomic-ops.mlir
mlir/test/Dialect/SPIRV/IR/cooperative-matrix-ops.mlir
mlir/test/Dialect/SPIRV/IR/group-ops.mlir
mlir/test/Dialect/SPIRV/IR/joint-matrix-ops.mlir
mlir/test/Dialect/SPIRV/IR/misc-ops.mlir
mlir/test/Dialect/SPIRV/IR/target-env.mlir
mlir/test/Dialect/SPIRV/Transforms/vce-deduction.mlir
mlir/test/Target/SPIRV/atomic-ops.mlir
mlir/test/Target/SPIRV/cooperative-matrix-ops.mlir
mlir/test/Target/SPIRV/group-ops.mlir
mlir/test/Target/SPIRV/joint-matrix-ops.mlir
mlir/test/lib/Dialect/SPIRV/TestAvailability.cpp
|