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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
…ions.
This partially reverts 7ff227a and
fixesNVIDIA#1250.
I'm not sure why changing these broke the tests, but since these
usages are just testing details that are being refactored by NVIDIA#1251
let's just revert the change for now.
The test failures were only happening on GCC, MSVC was fine with both
versions of these functions, so it may be a compiler issue.
…ions.
This partially reverts 7ff227a and
fixes#1250.
I'm not sure why changing these broke the tests, but since these
usages are just testing details that are being refactored by #1251
let's just revert the change for now.
The test failures were only happening on GCC, MSVC was fine with both
versions of these functions, so it may be a compiler issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It looks like 7ff227a broke some async algorithms on C++17 with gcc 7.5.0.
For example,
thrust.cpp.cuda.cpp17.test.async_reduce_into
is failing with an "invalid device function" error.The text was updated successfully, but these errors were encountered: