-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Update backward definition for more operators and reenable tests in test_ops.py #46269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…est_ops.py [ghstack-poisoned]
…enable tests in test_ops.py" This PR: 1. updates backward formula for the following functions: `asin`, `acos`, `asinh`, `acosh`, `atan`, `atanh`, `div`, `log`, `log10`, `log2`, `log1p`, `pow`. 2. Re-enables the tests in `test_ops.py`. 3. Fixes a bug in `.pow()` for the case when exp is complex and equals 1.0 https://github.com/pytorch/pytorch/pull/44444/files#diff-9fa1985487308c7241bba078a8622c44L33 . 4. Adds dispatch for complex dtypes for `tanh`. 5. Re-enables commented tests in `common_methods_invocation.py`. [ghstack-poisoned]
82ad2f8
to
66ee00d
Compare
💊 CI failures summary and remediationsAs of commit 66ee00d (more details on the Dr. CI page):
🕵️ 26 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
No description provided.