You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrust::find_if_not was briefly implemented using thrust::transform_iterator in the cycle leading to CCCL 3.0. However, nvhpc experienced hanging after the change, reported in #3594, so we rolled back the implementation in #3901.
Since the problem does not appear with nvcc and we could not add a test for it, we should revisit the problem.
The text was updated successfully, but these errors were encountered:
thrust::find_if_not
was briefly implemented usingthrust::transform_iterator
in the cycle leading to CCCL 3.0. However, nvhpc experienced hanging after the change, reported in #3594, so we rolled back the implementation in #3901.Since the problem does not appear with nvcc and we could not add a test for it, we should revisit the problem.
The text was updated successfully, but these errors were encountered: