tdubose

Results 2 issues of tdubose

I am attempting to compile the nearest neighbors example (https://github.com/jclay/cppyy-knearestneighbors-example), using cppyy 2.4.2. I am getting the following errors at the linker stage: ``` Undefined symbols for architecture x86_64: "CppyyLegacy::kAssertMsg",...

Hi, I am attempting to use an auto scheduler in a jitted pipeline. My code looks like this ``` Func output("output"); output(x,y) = ..... Pipeline p = Pipeline(output); p.apply_autoscheduler(target,{"Mullapudi2016"}); ......