Commit:
11a049c
#6863 [- Fixes to make address sanitizer happy for internal runtime cl…
Calling:
Target oTargetCPU = ...
Func oFunc = ...
AutoSchedulerResults oResult =
oFunc.apply_autoscheduler( oTargetCPU,
{ "Adams2019",
//{ "Mullapudi2016",
{ { "parallelism", "16" } }
} );
Work fine with "Mullapudi2016" and assert with "Adams2019".
Assert:
Internal Error at F:\git\Halide\src\autoschedulers\adams2019\DefaultCostModel.cpp:139 triggered by user code at : Condition failed: pipeline_feat_queue.data() && "Call set_schedule_features before calling enqueue\n":
Did I miss something on the code convention of the new API?