Skip to content

Conversation

@RAMitchell
Copy link
Contributor

No description provided.

@RAMitchell RAMitchell requested a review from a team as a code owner December 3, 2025 11:02
@RAMitchell RAMitchell requested a review from pciolkosz December 3, 2025 11:02
@github-project-automation github-project-automation bot moved this to Todo in CCCL Dec 3, 2025
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Dec 3, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

🥳 CI Workflow Results

🟩 Finished in 2h 47m: Pass: 100%/90 | Total: 1d 03h | Max: 1h 49m | Hits: 97%/214468

See results here.

#endif // no system header

#include <cuda/std/__cmath/roots.h>
#include <cuda/std/__limits/numeric_limits.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I would like to see <cuda/std/__limits/numeric_limits.h> instead of <cuda/std/limits> also in the other distributions

{
static_assert(__cccl_random_is_valid_urng<_URng>, "URng must meet the UniformRandomBitGenerator requirements");
gamma_distribution<result_type> __gd{__p.n() * result_type{.5}, result_type{2}};
return __nd_(__g) * cuda::std::sqrt(__p.n() / __gd(__g));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return __nd_(__g) * cuda::std::sqrt(__p.n() / __gd(__g));
return __nd_(__g) * ::cuda::std::sqrt(__p.n() / __gd(__g));

Copy link
Contributor

@fbusato fbusato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only the sqrt namespace remains

@github-project-automation github-project-automation bot moved this from In Review to In Progress in CCCL Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants