Merge "Add hipSetDeviceFlags implementation for NVCC" into amd-master

[ROCm/hip commit: 9688702fce]
このコミットが含まれているのは:
Maneesh Gupta
2016-05-20 13:03:42 -04:00
committed by Gerrit Code Review
コミット 9d0f3975b3
+4 -1
ファイルの表示
@@ -430,7 +430,10 @@ inline static hipError_t hipMemcpyPeerAsync ( void* dst, int dstDevice, const v
return hipCUDAErrorTohipError(cudaMemcpyPeerAsync ( dst, dstDevice, src, srcDevice, count, stream ));
};
inline static hipError_t hipSetDeviceFlags (unsigned int flags)
{
return hipCUDAErrorTohipError(cudaSetDeviceFlags( flags ));
}
#ifdef __cplusplus