Skip to content

user_warning "Dropping gradients at call to FUNC" is not actionable #4055

Open
@steven-johnson

Description

@steven-johnson

When building with the ml-autoscheduler, you'll often get a lot of buildspam of the form:

Warning:
Dropping gradients at call to shift_right
Warning:
Dropping gradients at call to reinterpret
Warning:
Dropping gradients at call to bitwise_or
Warning:
Dropping gradients at call to shift_left

(etc)

Although emitted as a "user" warning, it's likely that the typical user of the autoscheduler has no idea what this is actually warning about, whether they should be concerned, or how they can fix the warning. If we can't upgrade the text to something user actionable, we should remove it (or downgrade it to debug(1) or lower).

Metadata

Metadata

Assignees

No one assigned

    Labels

    autoschedulerRelated to one or more of the Autoschedulersusability

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions