fixed compilation issues

Change-Id: I96692538736e2e4f2da9dba9c8c29a164aec4c0d


[ROCm/hip commit: 68c57c38ff]
Esse commit está contido em:
Aditya Atluri
2016-12-14 16:50:16 -06:00
commit 4ebb6e569f
2 arquivos alterados com 2 adições e 2 exclusões
+1 -1
Ver Arquivo
@@ -27,7 +27,7 @@ THE SOFTWARE.
#define __CLANG_VERSION__ __clang_major__ * 10 + __clang_minor__
#if __CLANG_VERSION__ == 40
#ifdef HIP_HALF_HW_SUPPORT
typedef __fp16 __half;