added guard against hip_runtime.h so that non-hcc compilers can use it

Change-Id: I3d68deda9ce8a5956e21e15a69e549d6c21e3e39


[ROCm/hip commit: a38e36ec2f]
이 커밋은 다음에 포함됨:
Aditya Atluri
2017-05-09 10:14:16 -05:00
부모 ef98415d0e
커밋 bdce32238f
+3 -1
파일 보기
@@ -41,6 +41,8 @@ THE SOFTWARE.
#include <stddef.h>
#endif//__cplusplus
#if __HCC__
// Define NVCC_COMPAT for CUDA compatibility
#define NVCC_COMPAT
#define CUDA_SUCCESS hipSuccess
@@ -481,6 +483,6 @@ do {\
*/
#endif
#endif//HIP_HCC_DETAIL_RUNTIME_H