UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::greater_equal.Scalar
#1080
Labels
actionable
It is clear what should be done for this issue
high priority
These issues are at the top of mind for us.
small
🚀 The feature, motivation and pitch
In pytorch 1.14.0.dev20221128 when using
vmap
withgreater_equal
, I get the following warning:Alternatives
The alternative is to experience a performance drop. (The computation does complete correctly.)
Additional context
No response
cc @zou3519 @Chillee @samdow @soumith
The text was updated successfully, but these errors were encountered: