summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/TensorToSPIRV
AgeCommit message (Expand)Author
2025-07-30[mlir][spirv] Add 8-bit float type emulation (#148811)Md Abdullah Shahneous Bari
2025-07-22[mlir][NFC] update `Conversion` create APIs (7/n) (#149889)Maksim Levental
2025-07-04[mlir] Remove unused includes (NFC) (#147101)Kazu Hirata
2025-02-19[MLIR][NFC] Use base alias for constructor inheritance (#127756)lorenzo chelini
2025-02-17[MLIR][NFC] Retire `let constructor` for passes in Conversion directory (part...lorenzo chelini
2024-10-05[mlir][NFC] Mark type converter in `populate...` functions as `const` (#111250)Matthias Springer
2024-09-04[mlir][TensorToSPIRV] Add type check for `tensor.extract` in TensorToSPIRV (#...Longsheng Mou
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-04-06[mlir] Use RankedTensorType when rank is requiredMatthias Springer
2022-11-04[mlir][spirv] Do not truncate i/f64 -> i/f32 in SPIRVConversionJakub Kuderski
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski
2022-09-17[mlir] Don't include SetVector.h (NFC)Kazu Hirata
2022-09-09[mlir][spirv] NFC: move conversion options out of the type converterLei Zhang
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-22[mlir][spirv] Use spv.store instead of init in varStanley Winata
2022-08-10[mlir][spirv] Turn various passes to plain OperationPassjackalcooper
2022-06-18[mlir] Update accessors to prefixed form (NFC)Jacques Pienaar
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-03-02[mlir][SPIRV] Split up StandardToSPIRV now that the Standard dialect is goneRiver Riddle