This commit just adds options to control index type bitwidth in
GPUToSPIRV conversion, and updates tests to prepare for 64bit
index conversion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144826
[mlir] NFC: Prepare GPUToSPIRV tests for supporting 64bit index ClosedPublic Authored by antiagainst on Feb 26 2023, 7:31 AM.
Details Summary This commit just adds options to control index type bitwidth in
Diff Detail
Event Timelineantiagainst added a child revision: D144819: [mlir][spirv] Respect client API requirements for 64-bit index.Feb 26 2023, 7:31 AM This revision is now accepted and ready to land.Feb 26 2023, 12:22 PM Closed by commit rG80bb9477a973: [mlir] NFC: Prepare GPUToSPIRV tests for supporting 64bit index (authored by antiagainst). · Explain WhyFeb 26 2023, 2:13 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 500581 mlir/include/mlir/Conversion/Passes.td
mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRVPass.cpp
mlir/test/Conversion/GPUToSPIRV/builtins.mlir
|