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

Fix regression in transform_inclusive_scan. #1337

Merged

Conversation

alliepiper
Copy link
Collaborator

We were deducing a reference type when we needed a value type for the
transform iterator instantition.

Fixes #1332 and adds a regression test.

@alliepiper alliepiper added this to Inbox in PR Tracking via automation Nov 6, 2020
@alliepiper alliepiper moved this from Inbox to Review [PRs] in PR Tracking Nov 6, 2020
@alliepiper alliepiper added this to the 1.11.0 milestone Nov 6, 2020
@alliepiper alliepiper added testing: internal ci in progress Currently testing on internal NVIDIA CI (DVS). testing: gpuCI in progress Started gpuCI testing. labels Nov 6, 2020
@alliepiper
Copy link
Collaborator Author

DVS CL: 29294155

@alliepiper alliepiper force-pushed the bug/transform_scan_regression/gh.1332 branch 2 times, most recently from b62d7ce to 7bfb05a Compare November 6, 2020 21:42
@alliepiper
Copy link
Collaborator Author

New DVS CL: 29294189

@alliepiper alliepiper moved this from Review [PRs] to Tests Pending [PRs] in PR Tracking Nov 9, 2020
@alliepiper alliepiper assigned alliepiper and unassigned brycelelbach and griwes Nov 9, 2020
@alliepiper alliepiper added testing: gpuCI passed Passed gpuCI testing. and removed testing: gpuCI in progress Started gpuCI testing. labels Nov 9, 2020
We were deducing a reference type when we needed a value type for the
transform iterator instantition.

Fixes NVIDIA#1332 and adds a regression test.
@alliepiper alliepiper force-pushed the bug/transform_scan_regression/gh.1332 branch from 7bfb05a to 8d50a02 Compare November 9, 2020 21:38
@alliepiper
Copy link
Collaborator Author

New DVS CL: 29301755

@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 Nov 10, 2020
@alliepiper alliepiper moved this from Tests Pending [PRs] to Integration [PRs] in PR Tracking Nov 10, 2020
@alliepiper alliepiper merged commit d336fdd into NVIDIA:main Nov 11, 2020
PR Tracking automation moved this from Integration [PRs] to Done Nov 11, 2020
@alliepiper alliepiper deleted the bug/transform_scan_regression/gh.1332 branch November 11, 2020 19:22
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
Development

Successfully merging this pull request may close these issues.

Inclusive scan doesn't compile with CUDA 11.2
3 participants