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:
odevzdal
Marko Arandjelovic
rodič
5122b8c999
revize
78f62d3230
@@ -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;
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele