Revision cf8c8f22eb507aedeba5a44f8ee20bc63757dc57 authored by Steven Johnson on 07 December 2021, 18:14:38 UTC, committed by Steven Johnson on 07 December 2021, 20:30:24 UTC
1 parent 7c6e92c
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