diff --git a/projects/clr/rocclr/runtime/device/gpu/gpudebugger.hpp b/projects/clr/rocclr/runtime/device/gpu/gpudebugger.hpp index d01c86452e..36eab4ad28 100644 --- a/projects/clr/rocclr/runtime/device/gpu/gpudebugger.hpp +++ b/projects/clr/rocclr/runtime/device/gpu/gpudebugger.hpp @@ -15,7 +15,7 @@ #include #include #include "hsa.h" -#include "sc/Interface/SCHSAInterface.h" +#include "amd_hsa_kernel_code.h" #include "device/device.hpp" #include "device/hwdebug.hpp" #include "acl.h" diff --git a/projects/clr/rocclr/runtime/device/gpu/gpukernel.hpp b/projects/clr/rocclr/runtime/device/gpu/gpukernel.hpp index 783e14cba5..b236b4343b 100644 --- a/projects/clr/rocclr/runtime/device/gpu/gpukernel.hpp +++ b/projects/clr/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/Interface/SCHSAInterface.h" +#include "amd_hsa_kernel_code.h" #include "device/gpu/gpuprintf.hpp" #include "device/gpu/gpuwavelimiter.hpp" #include "hsa.h" diff --git a/projects/clr/rocclr/runtime/device/gpu/gpuvirtual.cpp b/projects/clr/rocclr/runtime/device/gpu/gpuvirtual.cpp index b569109fa5..6678ec86c2 100644 --- a/projects/clr/rocclr/runtime/device/gpu/gpuvirtual.cpp +++ b/projects/clr/rocclr/runtime/device/gpu/gpuvirtual.cpp @@ -16,7 +16,8 @@ #include "device/gpu/gpublit.hpp" #include "device/gpu/gpudebugger.hpp" #include "hsa.h" -#include "sc/Interface/SCHSAInterface.h" +#include "amd_hsa_kernel_code.h" +#include "amd_hsa_queue.h" #include #include