From 0ece8d0f9bf6ef9151b30dcf77166bf4bb46d0db Mon Sep 17 00:00:00 2001 From: ansurya <50609411+ansurya@users.noreply.github.com> Date: Fri, 22 Nov 2019 07:54:17 +0530 Subject: [PATCH] Fix rocBLAS compilation failure (#1677) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: e5fc5aa41c420ddf161e8d1869a15a3673252c53] --- projects/clr/hipamd/include/hip/hip_ext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/include/hip/hip_ext.h b/projects/clr/hipamd/include/hip/hip_ext.h index 5f6ba31d1e..a618462d6e 100644 --- a/projects/clr/hipamd/include/hip/hip_ext.h +++ b/projects/clr/hipamd/include/hip/hip_ext.h @@ -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: