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
Raw File
.gitignore
/tutorial/figures/tmp/trace.bin
/apps/*/bin
/apps/*/cmake_build
/apps/HelloMatlab/blurred.png
/apps/HelloMatlab/iir_blur.mex
bin/*
python_bindings/bin/*
build-64/*
build-ios/*
build-osx/*
cmake_build*/*
*/build/*
tmp/*
doc/*
include/*
distrib/*
testing/*
msvc/*/Win32/*
msvc/*/x64/*
\#*\#
.\#*
*~
*.o
*.a
*.so
*.dot
.DS_Store
*.log
generated.obj
hello-fimage
test.s
testX64
xcuserdata
in.png
_build
a.out
*.bc
*.cubin
tags
src/*.top
llvm_svn
llvm/*
cpp/*
*.h.gch
src/test_*.ll
src/test_*.s
.clang_complete
*.guru
*.dSYM
.*.swp
tools/objc/BUILD
tools/objc/*.mobileprovision
*.xcworkspacedata


*.txt.user*
.idea

# jrk editor settings
.tm_properties
*.sublime-project
*.sublime-workspace

apps/patchmatch

# app intermediates
apps/*/*out*.png
apps/*/*.lowered
apps/*/*.def
apps/*/*.ptx
apps/*/passes.txt
apps/*/*.ll
apps/*/*.sass
apps/*/filter
apps/HelloAndroidGL/jni/halide_gl_filter.h

# tutorial intermediates
tutorial/lesson_10_halide.h

# test intermediates
log.txt
err.txt
test/*.lowered
*.pyc

src/.tags
src/.tags_sorted_by_file

back to top