https://github.com/halide/Halide
Raw File
Tip revision: bd8dad3c16afa283ab654d3a50346332980bc021 authored by Patricia Suriana on 27 June 2016, 05:04:28 UTC
added test for predicated store/load
Tip revision: bd8dad3
CMakeLists.txt
# This executable does not have any generators registered so it is only capable
# of generating a standalone object file containing Halide's runtime.
#
# This is used for pure runtime tests which need to link against the Halide
# runtime.
halide_project(runtime.generator "generator" GenGen.cpp)
back to top