Open
Description
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).