summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/Dialect/Complex
AgeCommit message (Expand)Author
2025-10-28[mlir][complex] Fix exp accuracy (#164952)Aleksei Nurmukhametov
2025-01-24[mlir] Rename mlir-cpu-runner to mlir-runner (#123776)Andrea Faulds
2024-12-20[mlir][CF] Split `cf-to-llvm` from `func-to-llvm` (#120580)Matthias Springer
2024-12-20[mlir] Fix integration tests after #120548 (#120706)Matthias Springer
2024-05-28[mlir] Remove dialect specific bufferization passes (Reland) (#93535)Kunwar Grover
2024-04-15Fix rsqrt inaccuracies. (#88707)Johannes Reifferscheid
2024-03-19[mlir][complex] Make CPU runner test platform agnostic (#85607)Kai Sasaki
2024-02-11[mlir][complex] Prevent underflow in complex.abs (#79786) (#81092)Kai Sasaki
2024-01-31Revert "[mlir][complex] Prevent underflow in complex.abs (#79786)"Benjamin Kramer
2024-01-31[mlir][complex] Prevent underflow in complex.abs (#79786)Kai Sasaki
2024-01-27Revert "[mlir][complex] Prevent underflow in complex.abs" (#79722)Mehdi Amini
2024-01-27[mlir][complex] Prevent underflow in complex.abs (#76316)Kai Sasaki
2023-02-15Reland "[mlir] Make the vast majority of intgration and runner tests work on ...Markus Böck
2023-02-13Revert "[mlir] Make the vast majority of integration and runner tests work on...Aart Bik
2023-02-13[mlir] Make the vast majority of integration and runner tests work on WindowsMarkus Böck
2023-01-27[mlir][Conversion] Rename the MemRefToLLVM passQuentin Colombet
2022-12-15[mlir] Convert tests to check 'target=...'Paul Robinson
2022-10-28[mlir][aarch64] XFAIL correctness.mlirAndrzej Warzynski
2022-09-06[MLIR] Switch lit tests to %mlir_lib_dir and %mlir_src_dir replacements.Christian Sigg
2022-06-27[mlir][complex] complex.arg op to calculate the angle of complex numberLewuathe
2022-06-09Fix complex.conj integration testBenjamin Kramer
2022-06-09[mlir][complex] Correctness check for complex.conjlewuathe
2022-06-08[mlir] Lower complex.power and complex.rsqrt to standard dialect.bixia1
2022-06-03[mlir][complex] Check the correctness of tanh in complex dialectlewuathe
2022-06-01[mlir] Add conversion and tests for complex.[sqrt|atan2] to Arith.Alexander Belyaev