Fix rocBLAS compilation failure (#1677)

SWDEV-212749:
o Recent changes to “add support for extended launch” require hip_runtime.h to be include in hip_ext.h
o Order in which external applications include hip_hcc.h/hip_runtime.h causes compilation failure

[ROCm/clr commit: e5fc5aa41c]
Этот коммит содержится в:
ansurya
2019-11-22 07:54:17 +05:30
коммит произвёл Maneesh Gupta
родитель e1dca187c9
Коммит 0ece8d0f9b
+1 -1
Просмотреть файл
@@ -22,7 +22,7 @@ THE SOFTWARE.
#ifndef HIP_INCLUDE_HIP_HIP_EXT_H
#define HIP_INCLUDE_HIP_HIP_EXT_H
#include "hip/hip_runtime_api.h"
#include "hip/hip_runtime.h"
#ifdef __HCC__
// Forward declarations: