pytorch
531f097b - inductor: fix complier error when trying to vectorize logit_and and logit_or (#95361) (#95439)

Commit
3 years ago
inductor: fix complier error when trying to vectorize logit_and and logit_or (#95361) (#95439) Currently, `operator&& ` and `operator|| ` don't have vectorization implementation, disable them now for a quick fix for 2.0 release. Pull Request resolved: https://github.com/pytorch/pytorch/pull/95361 Approved by: https://github.com/ngimel, https://github.com/EikanWang
Author
Parents
Loading