Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR continues the process of workaround removal to expand functionality. Since all of the gamma functions have been marked up and tested in #1187 we are able to now get all of the beta function family working. This includes:
beta
,betac
,ibeta
,ibetac
,ibeta_derivative
,ibeta_inv
,ibeta_inva
,ibeta_invb
,ibetac_inv
,ibetac_inva
,ibetac_invb
and lastly the beta distribution.Something worth noting is that most of the
ibeta
functionality seems to be expensive for NVRTC to parse as seen in the timing here: https://github.com/cppalliance/cuda-math/actions/runs/10635959725/job/29486716049?pr=19#step:9:202 The NVCC timing gap is not nearly as large: https://github.com/cppalliance/cuda-math/actions/runs/10635959725/job/29486715730?pr=19#step:9:208The on device complete CI runs can be found here: cppalliance/cuda-math#19
CC: @steppi, @dschmitz89, @izaid.