You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch util functions for HIP to hipMemcpyWithStream. (ROCm#94)
This API was introduced in ROCm 3.1 and provides a much faster path for
copies than hipMemcpyAsync followed by stream synchronize for H2D and
D2H copies, especially for unpinned copies.