-
Notifications
You must be signed in to change notification settings - Fork 920
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix async synchronization issues in json_column.cu (#15497)
Fixes #15390 This change fixes async synchronization issues in json_column.cu. Related file json_tree.cu does not have async synchronization issues. Summary of changes: changed debug print async to sync, added synchronize after multiple async calls changed h_chars to async since subsequent call is sync (it will also help because chars array is usually large). changed is_str_column_all_nulls to sync. Authors: - Karthikeyan (https://github.com/karthikeyann) Approvers: - David Wendt (https://github.com/davidwendt) - Robert (Bobby) Evans (https://github.com/revans2) - Nghia Truong (https://github.com/ttnghia) URL: #15497
- Loading branch information
1 parent
ff22a7a
commit f19d4eb
Showing
1 changed file
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters