• Diego Caballero's avatar
    [MLIR] Add config files for LIT testing (#3523) · d8fbe52b
    Diego Caballero authored
    * [MLIR] Add config files for LIT
    
    LIT is the LLVM testing tool that is used in LLVM and MLIR. It's
    necessary to enable all the MLIR testing in nGraph. This will provide
    a complementary finer grain level of testing than the one currently done
    with gtest. LIT will allow testing each MLIR-based nGraph transformation
    without having to run the whole nGraph pipeline. For example, we will be
    able to write an nGraph dialect input, invoke an single MLIR transformation
    on it and check that the output is the expected.
    
    This PR adds the basic configuration files to enable LIT tool
    in nGraph for MLIR Compiler. `affine_lowering/lit_test.mlir` is a
    dummy test to exercise the new testing feature. Lit testing will be
    enabled in CMAKE in a subsequent PR.
    
    * Address feedback
    d8fbe52b
Name
Last commit
Last update
..
Modules Loading commit data...
clang_4_0_flags.cmake Loading commit data...
eigen.patch Loading commit data...
external_cldnn.cmake Loading commit data...
external_eigen.cmake Loading commit data...
external_gtest.cmake Loading commit data...
external_halide.cmake Loading commit data...
external_json.cmake Loading commit data...
external_llvm.cmake Loading commit data...
external_llvm_prebuilt.cmake Loading commit data...
external_mkldnn.cmake Loading commit data...
external_mlir.cmake Loading commit data...
external_mlsl.cmake Loading commit data...
external_onnx.cmake Loading commit data...
external_protobuf.cmake Loading commit data...
external_tbb.cmake Loading commit data...
external_tbb_prebuilt.cmake Loading commit data...
mkldnn.patch Loading commit data...
mlir_fetch.cmake.in Loading commit data...
sdl.cmake Loading commit data...
tbb_fetch.cmake.in Loading commit data...