SWDEV-495609 - Change include path for rocclr/utils
- Header files inside rocclr/utils when included from hipamd or opencl should be included as #include "rocclr/utils/xxx.h" instead of "utils/xxx.h" Change-Id: Ic0760c33b9d091f5620dec67e5482c9698d22093
This commit is contained in:
committed by
Marko Arandjelovic
parent
5122b8c999
commit
78f62d3230
@@ -17,7 +17,7 @@
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
#include "winresrc.h"
|
||||
#include "utils/versions.hpp"
|
||||
#include "rocclr/utils/versions.hpp"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
#include "winresrc.h"
|
||||
#include "utils/versions.hpp"
|
||||
#include "rocclr/utils/versions.hpp"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "vdi_common.hpp"
|
||||
#include "device/device.hpp"
|
||||
#include "platform/runtime.hpp"
|
||||
#include "utils/versions.hpp"
|
||||
#include "rocclr/utils/versions.hpp"
|
||||
#include "os/os.hpp"
|
||||
#include "cl_semaphore_amd.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user