Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix host-to-device copy missing sync in strings/duration convert (#17149
) Fixes a missing stream sync when copying a temporary host vector to device. The host vector could be destroyed before the copy is completed. Updates the code to use vector factory function `make_device_uvector_sync()` instead of `cudaMemcpyAsync` Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Bradley Dice (https://github.com/bdice) - Yunsong Wang (https://github.com/PointKernel) URL: #17149
- Loading branch information