Skip to content

AutoSchedule - NewAPI with Adams2019 - Condition failed: pipeline_feat_queue.data() #6899

@soufianekhiat

Description

@soufianekhiat

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?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions