Skip to content

Commit

Permalink
Update thrust/thrust/random/detail/normal_distribution_base.h
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schellenberger Costa <[email protected]>
  • Loading branch information
bernhardmgruber and miscco committed Aug 16, 2024
1 parent 659a901 commit b4e806c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrust/thrust/random/detail/normal_distribution_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class normal_distribution_portable
template <typename RealType>
struct normal_distribution_base
{
#if defined(_CCCL_CUDA_COMPILER) && !defined(_NVHPC_CUDA)
#if defined(_CCCL_CUDA_COMPILER) && !defined(_CCCL_CUDA_COMPILER_NVHPC)
using type = normal_distribution_nvcc<RealType>;
#else
using type = normal_distribution_portable<RealType>;
Expand Down

0 comments on commit b4e806c

Please sign in to comment.