Skip to content
  • aartbik's avatar
    8d73ab8d
    [mlir] [integration_test] Make integration tests default OFF · 8d73ab8d
    aartbik authored
    Summary:
    Previous submit of new tests accidentally made this ON.
    The tests should be opt-in.
    
    To build with MLIR integration tests enabled, pass the following
    
    cmake .... \
    -DMLIR_INCLUDE_INTEGRATION_TESTS=ON \
    ....
    
    Reviewers: mehdi_amini
    
    Subscribers: mgorny, mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, stephenneuendorffer, Joonsoo, grosul1, frgossen, Kayjukh, jurahul, msifontes
    
    Tags: #mlir
    
    Differential Revision: https://reviews.llvm.org/D81878
    8d73ab8d
    [mlir] [integration_test] Make integration tests default OFF
    aartbik authored
    Summary:
    Previous submit of new tests accidentally made this ON.
    The tests should be opt-in.
    
    To build with MLIR integration tests enabled, pass the following
    
    cmake .... \
    -DMLIR_INCLUDE_INTEGRATION_TESTS=ON \
    ....
    
    Reviewers: mehdi_amini
    
    Subscribers: mgorny, mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, stephenneuendorffer, Joonsoo, grosul1, frgossen, Kayjukh, jurahul, msifontes
    
    Tags: #mlir
    
    Differential Revision: https://reviews.llvm.org/D81878
Loading