Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make auto scheduler libs available in HalideHelpers package (#7285)
* Make auto scheduler libs available in HalideHelpers package find_package(HalideHelpers) allows us to use add_halide_library(). But auto scheduler libs are not available unless they are in Halide-Interfaces.cmake. Note: Those libraries are not actually linked to the target application, but need to be available for add_custom_command call.
- Loading branch information