tiramisu icon indicating copy to clipboard operation
tiramisu copied to clipboard

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

Open ct-clmsn opened this issue 4 years ago • 3 comments

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.

ct-clmsn avatar Dec 29 '19 18:12 ct-clmsn

fixes for #312 and #313

ct-clmsn avatar Dec 29 '19 18:12 ct-clmsn

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

ct-clmsn avatar Dec 30 '19 04:12 ct-clmsn

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).

ct-clmsn avatar Jan 03 '20 04:01 ct-clmsn