Fix memcpy for Titan. Add <threads> to common includes

[ROCm/hip commit: c2d66a48a7]
This commit is contained in:
Ben Sander
2016-02-22 15:09:23 -06:00
parent 23b257bca4
commit 1d027bcaea
3 changed files with 19 additions and 3 deletions
+5
View File
@@ -43,6 +43,11 @@ THE SOFTWARE.
#include <stdlib.h>
#include <assert.h>
#ifdef __cplusplus
#include <thread>
#endif
#include <hip_common.h>
#if defined(__HIP_PLATFORM_HCC__) and not defined (__HIP_PLATFORM_NVCC__)