Conversation
🔗 Helpful links
❌ 1 New FailuresAs of commit d17c6b4 (more details on the Dr. CI page): Expand to see more
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
3061248 to
5bb1fa4
Compare
79aff9b to
a3bb1a2
Compare
mruberry
left a comment
There was a problem hiding this comment.
Cool! Test failure is irrelevant.
I think this is fine to land as-is EXCEPT see my question about citing sources/licenses for the function implementations. If we need citations we should get them in with this PR
|
@pytorchbot merge this please |
|
Hey @0x00b1. |
|
This broke the ROCm build on trunk. https://ossci-raw-job-status.s3.amazonaws.com/log/6581698413 |
|
The |
|
@pytorchbot revert -m "broke trunk, see the above message" -c nosignal |
|
If you'd like to run rocm tests on this PR, add the ciflow/trunk label. |
This reverts commit da16450. Reverted #78031 on behalf of https://github.com/suo due to broke trunk, see the above message
|
thanks @suo and @jeffdaily |
Euler beta function:
reentrant_gammaandreentrant_ln_gammaimplementations (using Stirling’s approximation) are provided. I started working on this before I realized we were missing a gamma implementation (despite providing incomplete gamma implementations). Uses the coefficients computed by Steve Moshier to replicate SciPy’s implementation. Likewise, it mimics SciPy’s behavior (instead of the behavior in Cephes).