Revision 79fd0c92c068d2c9086f94435e057d9e13ce5be0 authored by Alex Reinking on 07 April 2021, 19:12:23 UTC, committed by GitHub on 07 April 2021, 19:12:23 UTC
1 parent 7473402
Raw File
CMakeLists.txt
if (TARGET Halide::Mullapudi2016)
    tests(GROUPS auto_schedule
          SOURCES
          cost_function.cpp
          data_dependent.cpp
          extern.cpp
          fibonacci.cpp
          histogram.cpp
          large_window.cpp
          mat_mul.cpp
          max_filter.cpp
          multi_output.cpp
          overlap.cpp
          param.cpp
          reorder.cpp
          small_pure_update.cpp
          tile_vs_inline.cpp
          unused_func.cpp
          vectorize_var_in_update.cpp
          ARGS $<TARGET_FILE:Halide::Mullapudi2016>)
else ()
    message(STATUS "Disabling autoscheduler tests for static Halide")
endif ()
back to top