From 87f7e9ff0a83f614295b56c3e5d8712cb89672d5 Mon Sep 17 00:00:00 2001 From: Ranjith Ramakrishnan Date: Tue, 31 Jan 2023 15:52:40 -0800 Subject: [PATCH] SWDEV-366831 - Correct the include path for new directory layout Change-Id: I7c826ed9c2f2d839d350e5150f578830655616f0 [ROCm/clr commit: 689425433f32ad46550893b234b2fdee0f25e9d6] --- projects/clr/rocclr/device/rocm/rocurilocator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/device/rocm/rocurilocator.hpp b/projects/clr/rocclr/device/rocm/rocurilocator.hpp index 880b6c72f3..7645108761 100644 --- a/projects/clr/rocclr/device/rocm/rocurilocator.hpp +++ b/projects/clr/rocclr/device/rocm/rocurilocator.hpp @@ -22,7 +22,7 @@ #if defined(__clang__) #if __has_feature(address_sanitizer) #include "device/devurilocator.hpp" -#include "hsa_ven_amd_loader.h" +#include "hsa/hsa_ven_amd_loader.h" #include namespace roc {