aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/mlir-cpu-runner
AgeCommit message (Expand)AuthorFilesLines
2024-01-22[mlir] Update "UNSUPPORTED" directive in a testAndrzej Warzynski1-1/+1
2024-01-15Reland [mlir][ExecutionEngine] Add support for global constructors and destru...Fabian Mora1-0/+33
2024-01-15Revert "[mlir][ExecutionEngine] Add support for global constructors and destr...Cullen Rhodes1-32/+0
2024-01-14[mlir][ExecutionEngine] Add support for global constructors and destructors (...Fabian Mora1-0/+32
2023-12-15[mlir][math] Added `math.sinh` with expansions to `math.exp` (#75517)Rob Suderman1-0/+94
2023-11-04[MLIR][LLVM] Remove last typed pointer remnants from tests (#71232)Christian Ulmann2-34/+30
2023-10-26[mlir] Remove `printCString()` from RunnerUtils (#70197)Benjamin Maxwell1-19/+0
2023-09-28[MLIR][LLVM] Add vararg support in LLVM::CallOp and InvokeOp (#67274)Ivan R. Ivanov1-1/+1
2023-08-25[mlir][math] Modify math.powf to handle negative bases.Balaji V. Iyer1-9/+2
2023-08-24[MLIR][Math] Add support for f64 in the expansion of math.roundevenAlexander Shaposhnikov1-47/+221
2023-08-18Revert "[MLIR][Math] Add support for f16 in the expansion of math.roundeven"Alexander Shaposhnikov1-228/+46
2023-08-18[MLIR][Math] Add support for f16 in the expansion of math.roundevenAlexander Shaposhnikov1-46/+228
2023-08-17Revert "[MLIR][Math] Add support for f16 in the expansion of math.roundeven"Alexander Shaposhnikov1-228/+46
2023-08-17[MLIR][Math] Add support for f16 in the expansion of math.roundevenAlexander Shaposhnikov1-46/+228
2023-08-11[mlir][VectorOps] Use SCF for vector.print and allow scalable vectorsBenjamin Maxwell3-3/+5
2023-08-09Revert "[mlir][VectorOps] Use SCF for vector.print and allow scalable vectors"Mehdi Amini3-5/+3
2023-08-09[mlir][VectorOps] Use SCF for vector.print and allow scalable vectorsBenjamin Maxwell3-3/+5
2023-08-09Revert "[mlir][VectorOps] Use SCF for vector.print and allow scalable vectors"Benjamin Maxwell2-2/+2
2023-08-09[mlir][VectorOps] Use SCF for vector.print and allow scalable vectorsBenjamin Maxwell2-2/+2
2023-07-26[mlir][Linalg] NFC - Retire LinalgToLLVM passNicolas Vasilache5-8/+8
2023-07-04[mlir-cpu-runner] Check entry function is voidCullen Rhodes1-0/+7
2023-06-23[mlir][math] Improved math.atan approximationRobert Suderman1-6/+6
2023-06-23[mlir][math] Modified the 'math.exp' lowering for higher precisionRobert Suderman1-5/+3
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta1-5/+4
2023-04-22Revert "Revert "Fix handling of special and large vals in expand pattern for ...Ramiro Leal-Cavazos1-33/+299
2023-04-21Revert "Fix handling of special and large vals in expand pattern for `round`"...Mehdi Amini1-288/+33
2023-04-20Add pattern that expands `math.roundeven` into `math.round` + arithRamiro Leal-Cavazos1-0/+181
2023-04-20Fix handling of special and large vals in expand pattern for `round`Ramiro Leal-Cavazos1-33/+107
2023-04-14[mlir] Fix test after 2d4e856Christian Sigg1-2/+2
2023-04-14[mlir][math] Expand math.powf to exp, log and multiplyBalaji V. Iyer1-0/+59
2023-04-13[mlir][math] Expand math.round to truncate, compare and increment.Balaji V. Iyer1-0/+47
2023-04-13[mlir][math] Expand math.exp2 to use math.exp.Balaji V. Iyer1-0/+61
2023-04-11[mlir][math] Expand math.ceilf to truncate, compares and incrementsBalaji V. Iyer1-0/+38
2023-04-10[mlir][math] Expand math.floorf to truncate, compares and incrementsBalaji V. Iyer1-0/+38
2023-04-06[mlir][arith] Add expansion pattern for ext/trunc of bf16Robert Suderman1-0/+62
2023-03-31[mlir] Add REQUIRES: asserts to test that uses -debug-onlyBenjamin Kramer1-0/+1
2023-03-31[mlir-cpu-runner] Add support for `-mattr` and `-march` flagsAndrzej Warzynski1-0/+14
2023-03-10Reland "[mlir] Enable opaque pointers in LLVM conversion passes by default"Markus Böck1-2/+0
2023-03-10Revert "[mlir] Enable opaque pointers in LLVM conversion passes by default"Markus Böck1-0/+2
2023-03-10[mlir] Enable opaque pointers in LLVM conversion passes by defaultMarkus Böck1-2/+0
2023-03-08[LSAN] Disable leaks in test using environment variables instead of not runni...Kirill Stoimenov1-7/+7
2023-03-06[mlir][math] Add math.cbrt polynomial approximationRobert Suderman1-0/+45
2023-02-21[mlir][LLVM] Don't make `LLVM_IntPtrBase` a `BuildableType` to allow the use ...Markus Böck1-2/+2
2023-02-15Reland "[mlir] Make the vast majority of intgration and runner tests work on ...Markus Böck19-38/+45
2023-02-13Revert "[mlir] Make the vast majority of integration and runner tests work on...Aart Bik19-45/+38
2023-02-13[mlir] Make the vast majority of integration and runner tests work on WindowsMarkus Böck19-38/+45
2023-01-27[mlir][Conversion] Rename the MemRefToLLVM passQuentin Colombet10-13/+13
2023-01-13[mlir][async] Allow to call async.execute inside async.funcyijiagu1-0/+24
2022-12-12[mlir] Clean up typos in FileCheck directives in various tests.Benjamin Chetioui1-2/+2
2022-12-07Disable flaky MLIR async.mlir test on ASan.Mitch Phillips1-0/+1