Tags: tomsang/rocThrust
Tags
Merge pull request ROCm#145 from ROCmSoftwarePlatform/hip_compare_cuda Change throw_on_error to inline void instead of static void & Changed return type for merge_path to Size
Merge pull request ROCm#145 from ROCmSoftwarePlatform/hip_compare_cuda Change throw_on_error to inline void instead of static void & Changed return type for merge_path to Size
Merge pull request ROCm#142 from ROCmSoftwarePlatform/update_workaround Update workaround
Workaround for hipclang (ROCm#103) * Workaround for hipclang to prevent device code being stripped *Fixing hip/config.h order to match cuda/config.h
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.
PreviousNext