Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added default virtual dtor to 'computation' and missing return … #311

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

ct-clmsn
Copy link

@ct-clmsn ct-clmsn commented Dec 29, 2019

clang-8 identifies two compilation issues. the first is a missing virtual dtor in computation, the second is a missing return value in auto_scheduler::create_initial_computation_graph.

…object to 'auto_scheduler::create_initial_computation_graph'
@ct-clmsn
Copy link
Author

fixes for #312 and #313

@ct-clmsn ct-clmsn changed the title added default virtual destructor to 'computation' and missing return … added default virtual dtor to 'computation' and missing return … Dec 29, 2019
@ct-clmsn
Copy link
Author

ct-clmsn commented Dec 30, 2019

build error is related to an llvm versioning issue? there's an undefined reference in the halide portion of the compilation.

…t from 'function' this improves the extensibility of the code generator to new languages
@ct-clmsn
Copy link
Author

ct-clmsn commented Jan 3, 2020

added a modification to where 'protected' is declared over methods in 'class function'. the methods that are now declared protected enable the 'function' class to be extensible. making the class 'function' extensible makes tiramisu capable of supporting new languages (ie: physl).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant