Skip to content

auto_schedule should be a string, not a boolean #6788

@steven-johnson

Description

@steven-johnson

From #6787:

The autoscheduler to use when compiling is currently controlled by a global, which is terrible and also not-threadsafe. (to be fair, there are probably plenty of other places in our compiler that also aren't threadsafe, but no point in adding to them.)

really, the right fix here is to change the auto_schedule GeneratorParam from a bool into a string and (eventually) nuke the 'global' setting entirely

Metadata

Metadata

Assignees

No one assigned

    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