diff --git a/rocclr/runtime/device/gpu/gpudebugger.hpp b/rocclr/runtime/device/gpu/gpudebugger.hpp index 2098808c6e..d01c86452e 100644 --- a/rocclr/runtime/device/gpu/gpudebugger.hpp +++ b/rocclr/runtime/device/gpu/gpudebugger.hpp @@ -15,7 +15,7 @@ #include #include #include "hsa.h" -#include "sc-hsa/Interface/SCHSAInterface.h" +#include "sc/Interface/SCHSAInterface.h" #include "device/device.hpp" #include "device/hwdebug.hpp" #include "acl.h" diff --git a/rocclr/runtime/device/gpu/gpukernel.hpp b/rocclr/runtime/device/gpu/gpukernel.hpp index 0be944897b..88c089cf64 100644 --- a/rocclr/runtime/device/gpu/gpukernel.hpp +++ b/rocclr/runtime/device/gpu/gpukernel.hpp @@ -13,7 +13,7 @@ #include "platform/sampler.hpp" #include "device/gpu/gpudevice.hpp" #include "device/gpu/gpuvirtual.hpp" -#include "sc-hsa/Interface/SCHSAInterface.h" +#include "sc/Interface/SCHSAInterface.h" #include "device/gpu/gpuprintf.hpp" #include "hsa.h" //! \namespace gpu GPU Device Implementation diff --git a/rocclr/runtime/device/gpu/gpuvirtual.cpp b/rocclr/runtime/device/gpu/gpuvirtual.cpp index 1298872daa..e33348d75b 100644 --- a/rocclr/runtime/device/gpu/gpuvirtual.cpp +++ b/rocclr/runtime/device/gpu/gpuvirtual.cpp @@ -16,7 +16,7 @@ #include "device/gpu/gpublit.hpp" #include "device/gpu/gpudebugger.hpp" #include "hsa.h" -#include "sc-hsa/Interface/SCHSAInterface.h" +#include "sc/Interface/SCHSAInterface.h" #include #include