https://github.com/halide/Halide
Revision f2062aa9b35bf0c882caedeef5b1360daf80e181 authored by Shubham Pawar on 05 November 2019, 22:30:58 UTC, committed by Shubham Pawar on 05 November 2019, 22:58:31 UTC
Currently, when autoscheduler is invoked in offload mode, the
the emit options {featurization and schedule} are not working
as expected and bailing out due to auto_scheduler_results not
present in the lowered module, resulting in empty feature and
schedule files produced. This happens because, when offloaded
submodules are recursively resolved, the autoscheduler results
are not copied back into the lowered module. This change fixes
this issue by setting back the auto_scheduler_results in the
ModuleContents of the module that is lowered after resolving
submodules.
1 parent aa33d0a
History
Tip revision: f2062aa9b35bf0c882caedeef5b1360daf80e181 authored by Shubham Pawar on 05 November 2019, 22:30:58 UTC
Fix offload mode autoscheduler results.
Tip revision: f2062aa
File Mode Size
apps
python_bindings
src
test
tools
tutorial
util
.clang-format -rw-r--r-- 1.5 KB
.gitattributes -rw-r--r-- 342 bytes
.gitignore -rw-r--r-- 1.0 KB
.gitmodules -rw-r--r-- 0 bytes
.travis.yml -rw-r--r-- 1.7 KB
CMakeLists.txt -rw-r--r-- 18.0 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.4 KB
Doxyfile -rw-r--r-- 103.6 KB
Doxyfile.in -rw-r--r-- 64.3 KB
LICENSE.txt -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 91.1 KB
README.md -rw-r--r-- 15.9 KB
README_cmake.md -rw-r--r-- 9.9 KB
README_rungen.md -rw-r--r-- 12.1 KB
README_webassembly.md -rw-r--r-- 10.9 KB
halide.cmake -rw-r--r-- 30.1 KB

README.md

back to top