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:
Marko Arandjelovic
2024-11-08 10:26:22 +02:00
committed by Marko Arandjelovic
parent 5122b8c999
commit 78f62d3230
11 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"