Merge pull request #934 from gargrahul/fix_forceinline_non_hcc

Fix forceinline for non HCC compilation

[ROCm/hip commit: 2619b11efc]
Этот коммит содержится в:
Maneesh Gupta
2019-02-28 07:14:05 +05:30
коммит произвёл GitHub
родитель 2606b86405 67723bd3e7
Коммит c3b91c0bcd
+1 -1
Просмотреть файл
@@ -85,7 +85,7 @@ THE SOFTWARE.
#define __global__
#define __noinline__
#define __forceinline__
#define __forceinline__ inline
#define __shared__
#define __constant__