aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2023-12-05[MLIR] Enable GPU Dialect to SYCL runtime integration (#71430)Sang Ik Lee1-0/+4
2023-11-29Reapply "[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)" (#73749) ...Vitaly Buka1-4/+5
2023-11-28Revert "[mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)" (#73749)Vitaly Buka1-5/+4
2023-11-28[mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)Edgar1-4/+5
2023-11-27Revert "[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73117)"Vitaly Buka1-5/+4
2023-11-23[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73117)Edgar1-4/+5
2023-11-14[mlir][ArmSME] Make use of backend function attributes for enabling ZA storag...Benjamin Maxwell1-0/+6
2023-10-27Reland [mlir][tools] Introduce tblgen-to-irdl tool (#70121)Kunwar Grover1-0/+1
2023-10-13[mlir][mlir-query] Introduce mlir-query tool with autocomplete supportDevajith1-0/+1
2023-10-09Revert "[mlir][tools] Introduce tblgen-to-irdl tool (#66865)"Thurston Dang1-1/+0
2023-10-07[mlir][tools] Introduce tblgen-to-irdl tool (#66865)Kunwar Grover1-0/+1
2023-09-14[mlir][gpu][NVPTX] Enable NVIDIA GPU JIT compilation path (#66220)Fabian Mora1-0/+2
2023-08-24[MLIR][Math] Add support for f64 in the expansion of math.roundevenAlexander Shaposhnikov1-0/+1
2023-08-18Revert "[MLIR][Math] Add support for f16 in the expansion of math.roundeven"Alexander Shaposhnikov1-1/+0
2023-08-18[MLIR][Math] Add support for f16 in the expansion of math.roundevenAlexander Shaposhnikov1-0/+1
2023-08-17Revert "[MLIR][Math] Add support for f16 in the expansion of math.roundeven"Alexander Shaposhnikov1-1/+0
2023-08-17[MLIR][Math] Add support for f16 in the expansion of math.roundevenAlexander Shaposhnikov1-0/+1
2023-07-28[mlir] Nvidia Hopper TMA load integration testGuray Ozen1-0/+2
2023-07-25Add an MLIR example of some mimimal example of MLIR setupMehdi Amini1-0/+1
2023-07-19[mlir] Update SVE integration tests to use mlir-cpu-runnerAndrzej Warzynski1-0/+2
2023-06-15[mlir][sparse][gpu] enable sm80+ sparsity integration test only when explicit...Kun Wu1-0/+14
2023-05-30[mlir] add initial chapters of the transform dialect tutorialAlex Zinenko1-0/+2
2023-04-25[mlir][ArmSME] Add tests for Streaming SVECullen Rhodes1-0/+2
2023-04-11[mlir][sparse][gpu] put sparse compiler GPU end-to-end tests backAart Bik1-0/+2
2023-02-13Revert "[mlir] Make the vast majority of integration and runner tests work on...Aart Bik1-32/+2
2023-02-13[mlir] Make the vast majority of integration and runner tests work on WindowsMarkus Böck1-2/+32
2023-02-13[mlir] Avoid building some shared libraries when PIC is offHan Zhu1-1/+1
2023-01-24Fix running MLIR tests when enabling examples but the native backends isn't c...Mehdi Amini1-2/+6
2022-10-28[mlir][sve] Canonicalise MLIR_RUN_ARM_SVE_TESTSAndrzej Warzynski1-0/+1
2022-10-11[mlir] add OperationType to the Transform dialectAlex Zinenko1-2/+3
2022-09-19[MLIR] NFC: improve comment about MLIR_CMAKE_DIR.Christian Sigg1-2/+2
2022-09-06[MLIR] Switch lit tests to %mlir_lib_dir and %mlir_src_dir replacements.Christian Sigg1-9/+0
2022-09-03[MLIR] Single lit config attribute for CMAKE_LIBRARY_OUTPUT_DIRECTORYChristian Sigg1-12/+4
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson1-1/+1
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson1-1/+1
2022-08-04[MLIR] Fix checks for native archNikita Popov1-1/+1
2022-06-08[mlir][sparse] Add complex number reading from files.bixia11-0/+1
2022-05-16[mlir][Tablegen-LSP] Add support for a basic TableGen language serverRiver Riddle1-0/+1
2022-03-25[mlir][Vector] Add integration tests for ArmSVEJavier Setoain1-0/+9
2022-03-19[mlir][PDLL] Add an initial language server for PDLLRiver Riddle1-0/+1
2022-02-17[mlir][sparse] remove unused test matrix fileAart Bik1-1/+0
2022-01-15Disable the MLIR ExecutionEngine library when the native target is not config...Mehdi Amini1-4/+4
2022-01-14Fix a comment in CMake (NFC)Mehdi Amini1-1/+3
2022-01-14Do not build llc and mlir-cpu-runner to run MLIR tests with the native target...Mehdi Amini1-2/+9
2022-01-14Mark some MLIR tests as requiring the native target to be configuredMehdi Amini1-0/+6
2022-01-13[mlir] Introduce C API for PDL dialect typesDenys Shabalin1-0/+1
2022-01-12Add llc to the list of build dependencies to test MLIR (Fix buildbot)Mehdi Amini1-1/+1
2022-01-12Add split-file to the MLIR test dependencies (Fix bot)Mehdi Amini1-1/+1
2022-01-05[mlir] Introduce C API for the Quantization dialect typesAlex Zinenko1-0/+1
2021-12-16[mlir][PDLL] Add an initial frontend for PDLLRiver Riddle1-0/+1