aboutsummaryrefslogtreecommitdiff
path: root/mlir/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2021-12-08Build MLIR with -Werror=mismatched-tags (NFC)Mehdi Amini1-0/+7
2021-11-11[mlir] Add MLIR-C dylib.Stella Laurenzo1-0/+2
2021-10-25[mlir] support interfaces in Python bindingsAlex Zinenko1-0/+1
2021-10-19Add MLIR_INSTALL_AGGREGATE_OBJECTS and default it to ON.Stella Laurenzo1-0/+6
2021-10-12[mlir][python] Add a warning for cmake version < 3.15.Stella Laurenzo1-23/+1
2021-10-12[mlir] Limit Python dependency to Development.Module when possible.Mike Urbach1-11/+12
2021-10-08evert "[mlir] Limit Python dependency to Development.Module when possible."Mehdi Amini1-10/+1
2021-10-07[mlir] Limit Python dependency to Development.Module when possible.Mike Urbach1-1/+10
2021-09-26MLIR can't support -Bsymbolic link option, fail at CMake time with a helpful ...Mehdi Amini1-0/+6
2021-05-24[MLIR] Drop old cmake var namesUday Bondhugula1-16/+2
2021-05-24[MLIR] Make MLIR cmake variable names consistentUday Bondhugula1-15/+29
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo1-0/+5
2021-03-15[CMake] Require python 3.6 if enabling LLVM test targetsChristopher Tetreault1-1/+2
2021-02-23Move the MLIR integration tests as a subdirectory of test (NFC)Mehdi Amini1-7/+0
2021-02-11Fix CMake configuration for MLIR unittestsMehdi Amini1-0/+1
2021-02-09[MLIR][AVX512] Add integration test for vp2intersectMatthias Springer1-0/+3
2021-02-04[MLIR] Fix building unittests in in-tree buildIsuru Fernando1-1/+1
2021-02-02[MLIR] [CMake] Support building MLIR standaloneMichał Górny1-1/+32
2021-01-29Revert "[CMake] Actually require python 3.6 or greater"Christopher Tetreault1-1/+1
2021-01-29[CMake] Actually require python 3.6 or greaterChristopher Tetreault1-1/+1
2021-01-18[mlir] Fix cross-compilation (Linalg ODS gen)Vladislav Vinogradov1-0/+1
2020-12-02[mlir][Python] Check numpy in Python bindings configuration.zhanghb971-1/+2
2020-11-24[mlir][Python] Fix the last remaining instance of PYTHON_EXECUTABLE.Stella Laurenzo1-1/+1
2020-11-22[mlir][Python] Support finding pybind11 from the python environment.Stella Laurenzo1-5/+3
2020-11-17[mlir] Add basic support for attributes in ODS-generated Python bindingsAlex Zinenko1-6/+0
2020-11-10[mlir] Refactor finding pythonMarius Brehler1-4/+3
2020-11-10[mlir] ODS-backed python binding generator for custom op classesAlex Zinenko1-0/+6
2020-11-07[mlir][Python] Adapt to include property change in pybind11 v2.6.Stella Laurenzo1-2/+6
2020-11-04[mlir] Change deprecated -Werror-implicit-function-declaration to -Werror=imp...Fangrui Song1-1/+2
2020-11-04Enable -Werror-implicit-function-declaration by default (NFC)Mehdi Amini1-0/+4
2020-10-26[MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototypeGeorge Mitenkov1-0/+1
2020-10-04Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects"Stephen Neuendorffer1-16/+15
2020-10-03[RFC] Factor out repetitive cmake patterns for llvm-style projectsStephen Neuendorffer1-15/+16
2020-08-05[mlir] Initial version of C APIsAlex Zinenko1-0/+2
2020-07-09Initial boiler-plate for python bindings.Stella Laurenzo1-0/+32
2020-06-15[mlir] [integration_test] Make integration tests default OFFaartbik1-2/+1
2020-06-15[mlir] [integration-test] [VectorOps] Start an integration test directory for...aartbik1-0/+8
2020-06-05[mlir][gpu] Introduce mlir-rocm-runner.Wen-Heng (Jack) Chung1-0/+1
2020-05-28[mlir][gpu][mlir-cuda-runner] Refactor ConvertKernelFuncToCubin to be generic.Wen-Heng (Jack) Chung1-0/+9
2020-05-18[MLIR] Use `MLIR_INCLUDE_TESTS` to conditionally compile tests.Alexandre Rames1-2/+9
2020-05-01[MLIR] add dependencies for all tablegen targets on 'mlir-headers'Stephen Neuendorffer1-0/+5
2020-04-12[MLIR] Fix MLIR_MAIN_[SRC|INCLUDE]_DIR variablesEhud Katz1-4/+5
2020-03-14[mlir] Fix cross compiling MLIRIsuru Fernando1-1/+5
2020-03-06[MLIR] Add support for libMLIR.soValentin Churavy1-1/+3
2020-02-29Revert "[MLIR] Add support for libMLIR.so"Stephen Neuendorffer1-3/+1
2020-02-29[MLIR] Add support for libMLIR.soValentin Churavy1-1/+3
2020-02-28Revert "[MLIR] Add support for libMLIR.so"Stephen Neuendorffer1-3/+1
2020-02-28[MLIR] Add support for libMLIR.soValentin Churavy1-1/+3
2020-02-28[MLIR] Refactor handling of dialect librariesStephen Neuendorffer1-21/+0
2020-02-19[mlir][spirv] Add mlir-vulkan-runnerDenis Khalikov1-0/+1