aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2020-08-05[mlir] Initial version of C APIsAlex Zinenko1-0/+2
2020-07-15[MLIR] Add RegionKindInterfaceStephen Neuendorffer1-1/+1
2020-07-09Initial boiler-plate for python bindings.Stella Laurenzo1-0/+7
2020-07-08Add missing CMake bool canonicalizations.Stella Laurenzo1-0/+5
2020-07-07Create the MLIR Reduce frameworkMauricio Sifontes1-0/+1
2020-07-07Revert "Create the framework and testing environment for MLIR Reduce - a tool"Mehdi Amini1-1/+0
2020-07-07Create the framework and testing environment for MLIR Reduce - a toolMauricio Sifontes1-0/+1
2020-06-05[mlir][gpu] Introduce mlir-rocm-runner.Wen-Heng (Jack) Chung1-1/+8
2020-04-10[mlir][Linalg] Create a tool to generate named Linalg ops from a Tensor Compr...Nicolas Vasilache1-0/+1
2020-04-09[mlir][test] NFC - Rename cblas to mlir_test_cblasNicolas Vasilache1-2/+2
2020-03-31[MLIR] Add simple runner utilities for timingUday Bondhugula1-0/+1
2020-02-27[mlir] NFC - Split out RunnerUtils that don't require a C++ runtimeNicolas Vasilache1-0/+1
2020-02-27[mlir] Hotfix - Rename MLIRRuntimeUtils to mlir_runtime_utilsNicolas Vasilache1-1/+1
2020-02-27[mlir] NFC - Move runner utils from mlir-cpu-runner to ExecutionEngineNicolas Vasilache1-1/+1
2020-02-24[mlir][spirv] NFC: Move test passes to test/libLei Zhang1-1/+0
2020-02-19[mlir][spirv] Add mlir-vulkan-runnerDenis Khalikov1-0/+7
2019-12-27[mlir][spirv] Add basic definitions for supporting availabilityLei Zhang1-0/+1
2019-11-26Automated rollback of commit d60133f89bb08341718bb3132b19bc891f7d4f4dNicolas Vasilache1-2/+2
2019-11-25Changing directory shortcut for CPU/GPU runner utils.Christian Sigg1-2/+2
2019-11-07Add Ch-7 of the toy tutorial detailing how to define new types.River Riddle1-0/+1
2019-10-17NFC: Delete the Linalg tutorial.River Riddle1-1/+0
2019-10-17Add Ch.6 of the Toy tutorial.River Riddle1-0/+1
2019-10-07Start a minimal mlir_utils runtime library for testing debugging purposesNicolas Vasilache1-0/+1
2019-08-19Move Linalg and VectorOps dialects to the Dialect subdir - NFCNicolas Vasilache1-1/+1
2019-07-04Add an mlir-cuda-runner tool.Stephan Herhut1-0/+10
2019-06-24Split test-specific passes out of mlir-optNicolas Vasilache1-2/+1
2019-06-19Add a lowering for Linalg matmul to LLVMNicolas Vasilache1-1/+2
2019-06-01 Add a new TestDialect directory in tests/. This directory defines a fake ...River Riddle1-0/+2
2019-06-01 Make EDSC builder test more robust to the order of evaluationAlex Zinenko1-0/+1
2019-06-01 Move SDBM infrastructure into a new SDBM dialectAlex Zinenko1-1/+3
2019-05-20 Enable EDSC API test running through litAlex Zinenko1-0/+1
2019-05-20 Cleanup linalg integration testNicolas Vasilache1-2/+5
2019-05-20 Pipe Linalg to a cblas call via mlir-cpu-runnerNicolas Vasilache1-1/+3
2019-05-06 Parsing support for Range, View and Slice operationsNicolas Vasilache1-0/+1
2019-04-08 Toy tutorial Chapter 5: Lowering to Linalg and LLVMMehdi Amini1-0/+1
2019-04-05 Add Chapter 4 for the Toy tutorial: shape inference, function specializat...Mehdi Amini1-0/+1
2019-04-03 Fix Toy Ch3 testing with CMakeMehdi Amini1-0/+1
2019-04-02 Chapter 2 of the Toy tutorialMehdi Amini1-0/+1
2019-04-02 Initial version for chapter 1 of the Toy tutorialMehdi Amini1-0/+12
2019-03-30 Add build files and update README.Jacques Pienaar1-0/+31