Pearu Peterson
Pearu Peterson
This PR is replaced by https://github.com/pytorch/pytorch/pull/120707 .
Closing as https://github.com/pytorch/pytorch/pull/120707 has landed.
@pytorchbot merge
The PR will be abandon in favor of https://github.com/pytorch/pytorch/pull/120707
Closing as https://github.com/pytorch/pytorch/pull/120707 has landed.
Unfortunately, this fix is a problematic per the comment in the code: "GetField and SetField arguments are dependent on the tag", see also http://libtiff.maptools.org/man/TIFFGetField.3tiff.html that illustrates this dependency. Considering the...
> > I cannot spot any change in this PR other than line indention. Am I missing something? > > Oh, that's it :-) I fixed the layout of the...
@aartbik could you address the failures like ``` RuntimeError: Unexpected success, please remove `test/dynamo_expected_failures/TestAOTAutograd.test_some_output_requires_grad_input_doesnt` ``` according to the exception message?
Yes, but notice that the increase by `25` is likely insufficient or it must depend on the input. For instance, ``` >>> mpmath.mp.prec=700 >>> mpmath.mp.asin(mpmath.mpc(0, 1e-220)) mpc(real='0.0', imag='0.0') >>> mpmath.mp.prec=800...
Looking at the code, I see that mpmath implements the [Hull et al algorithm](https://dl.acm.org/doi/10.1145/275323.275324) partially on the so-called "safe" region (see p 307) but it does not handle the non-safe...