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
Tento commit je obsažen v:
Marko Arandjelovic
2024-11-08 10:26:22 +02:00
odevzdal Marko Arandjelovic
rodič 5122b8c999
revize 78f62d3230
11 změnil soubory, kde provedl 14 přidání a 13 odebrání
+2 -2
Zobrazit soubor
@@ -22,8 +22,8 @@
#include "hip_internal.hpp"
#include "hip_platform.hpp"
#include "platform/runtime.hpp"
#include "utils/flags.hpp"
#include "utils/versions.hpp"
#include "rocclr/utils/flags.hpp"
#include "rocclr/utils/versions.hpp"
namespace hip {
std::once_flag g_ihipInitialized;