Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix row conversion test #1577

Merged
merged 3 commits into from
Nov 21, 2023
Merged

Conversation

ttnghia
Copy link
Collaborator

@ttnghia ttnghia commented Nov 21, 2023

This is a temporary workaround to fix #1567.

Instead of passing transform iterators into thrust::inclusive_scan, we evaluate the input values and pass in the pointers instead. This helps fixing the (mysterious) memory issue reported in #1567. We still don't know what causes it and still need to investigate further.

@ttnghia ttnghia added the bug Something isn't working label Nov 21, 2023
@ttnghia ttnghia self-assigned this Nov 21, 2023
@ttnghia
Copy link
Collaborator Author

ttnghia commented Nov 21, 2023

build

1 similar comment
@pxLi
Copy link
Collaborator

pxLi commented Nov 21, 2023

build

@pxLi
Copy link
Collaborator

pxLi commented Nov 21, 2023

re-trigger to get a faster node for premerge. the previous one has a super slow CPU for compiling

@pxLi
Copy link
Collaborator

pxLi commented Nov 21, 2023

build

Copy link
Collaborator

@pxLi pxLi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

passed the test.
@ttnghia are we OK to merge this one first to unblock other changes first?

@ttnghia
Copy link
Collaborator Author

ttnghia commented Nov 21, 2023

Sure. Please go ahead.

@ttnghia ttnghia marked this pull request as ready for review November 21, 2023 04:45
@ttnghia ttnghia merged commit daa1ea6 into NVIDIA:branch-23.12 Nov 21, 2023
3 checks passed
@ttnghia ttnghia deleted the fix_row_conversion branch November 21, 2023 05:11
@gerashegalov
Copy link
Collaborator

@ttnghia can you add a description of the workaround to the PR

@ttnghia
Copy link
Collaborator Author

ttnghia commented Nov 21, 2023

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] nightly test failed ROW_CONVERSION constantly
3 participants