summaryrefslogtreecommitdiff
path: root/mlir/test/Conversion/MathToSPIRV
AgeCommit message (Expand)Author
2025-07-31[MLIR][SPIRV] Add spirv.IsFinite and lower math.{isfinite,isinf,isnan} to spi...Xiaolei Feng
2025-06-11[mlir][spirv] Add lowering of multiple math trig/hypb functions (#143604)Darren Wihandi
2024-10-09[mlir][spirv] Update math.powf lowering (#111388)Dmitriy Smirnov
2024-08-19[mlir][[spirv] Add support for math.log2 and math.log10 to GLSL/OpenCL SPIRV ...meehatpa
2024-08-12[mlir][spirv] Add atan and atan2 pattern to MathToSPIRV Conversion pass (#102...meehatpa
2024-06-17[mlir][Transforms][NFC] Dialect Conversion: Resolve insertion point TODO (#95...Matthias Springer
2023-05-24[mlir][spirv] Add a missing pattern to MathToSPIRV Conversion passNishant Patel
2023-05-09[spirv][math] Fix sign propagation for math.powf conversionDaniel Garvey
2022-12-08[mlir][spirv] Support conversion of `CopySignOp` to spirv for 1D vector with ...Guray Ozen
2022-11-17[mlir][spirv][math] Fix crash on unsupported types in math-to-spirvJakub Kuderski
2022-11-04[Test] Fix CHECK typo.Zequan Wu
2022-11-01[mlir][math][spirv] Add `math.roundeven` lowering to SPIR-VJakub Kuderski
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski
2022-08-08[mlir][math] Add `math.absi` opJeff Niu
2022-08-08[mlir][math] Rename math.abs -> math.absfJeff Niu
2022-07-27[mlir][spirv] Fix spv.CompositeConstruct assembly and validationLei Zhang
2022-07-21[mlir][spirv] Rename spv.GLSL ops to spv.GL. NFC.Jakub Kuderski
2022-07-20[mlir][spirv] Rename spv.ocl to spv.cl. NFC.Jakub Kuderski
2022-07-07[mlir][spirv] Add path for math.round to spirv for OCL and GLSLRobert Suderman
2022-06-16[mlir][spirv] Workaround driver bug in math.ctlz conversion againLei Zhang
2022-06-14[mlir][spirv] Handle corner cases for math.powf conversionLei Zhang
2022-06-14[mlir][spirv] Fix math.ctlz for full zero bit casesLei Zhang
2022-06-13[mlir][spirv] Convert math.ctlz to spv.GLSL.FindUMsbLei Zhang
2022-06-09[mlir][spirv] Replace StructAttrs with AttrDefsMogball
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Conversion/...River Riddle
2022-04-01[mlir][spirv] Add pattern to lower math.copysignLei Zhang
2022-02-15[mlir][spirv] Add OpenCL fma op and loweringIvan Butygin
2022-01-24[mlir] Add support for ExpM1 to GLSL/OpenCL SPIRV BackendsRob Suderman
2022-01-19[mlir][spirv] Add math.fma lowering to spirvThomas Raoux
2021-12-08[mlir][spirv] math.erf OpenCL loweringButygin
2021-11-25[mlir][spirv] arith::RemSIOp OpenCL loweringButygin
2021-11-24[mlir][spirv] Add math to OpenCL conversionButygin
2021-07-29[mlir] NFC: split Math to SPIR-V conversion into their own filesLei Zhang