Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Restore some THRUST_DECLTYPE_RETURNS macros in async test implementations #1253

Merged

Conversation

alliepiper
Copy link
Collaborator

@alliepiper alliepiper commented Aug 6, 2020

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.

…ions.

This partially reverts 7ff227a and
fixes NVIDIA#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.
@alliepiper alliepiper requested a review from brycelelbach August 6, 2020 19:25
@alliepiper alliepiper changed the title Restore some THRUST_DECLTYPE_RETURNS macros in async test implementat… Restore some THRUST_DECLTYPE_RETURNS macros in async test implementations Aug 6, 2020
@alliepiper alliepiper added the testing: gpuCI passed Passed gpuCI testing. label Aug 7, 2020
@alliepiper
Copy link
Collaborator Author

DVS CL 28912962

@alliepiper alliepiper added the testing: internal ci in progress Currently testing on internal NVIDIA CI (DVS). label Aug 7, 2020
@brycelelbach brycelelbach added this to the 1.10.0 milestone Aug 7, 2020
@alliepiper alliepiper added testing: internal ci passed Passed internal NVIDIA CI (DVS). and removed testing: internal ci in progress Currently testing on internal NVIDIA CI (DVS). labels Aug 12, 2020
@alliepiper alliepiper merged commit a713f93 into NVIDIA:main Aug 12, 2020
@alliepiper alliepiper deleted the bug/fix_gcc_7.5.0_cxx17_async_tests/gh.1250 branch August 12, 2020 22:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
testing: gpuCI passed Passed gpuCI testing. testing: internal ci passed Passed internal NVIDIA CI (DVS).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some async algorithm tests fail on C++17
2 participants