From e28e857f5284db1ccb7d57c72368eb4ca1893d6c Mon Sep 17 00:00:00 2001 From: Payam Date: Fri, 28 Feb 2020 18:13:16 -0500 Subject: [PATCH] updating hip debug target for VDI Change-Id: Ia08af89e2ee461e75e888e495984d3b1d9a6a858 [ROCm/hip commit: 5b14ab34f5675066e0d167aa04f0a375a23f3687] --- projects/hip/packaging/hip-targets.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/packaging/hip-targets.cmake b/projects/hip/packaging/hip-targets.cmake index 90a76bef0f..ac72419f52 100644 --- a/projects/hip/packaging/hip-targets.cmake +++ b/projects/hip/packaging/hip-targets.cmake @@ -17,7 +17,7 @@ set(_targetsDefined) set(_targetsNotDefined) set(_expectedTargets) if(HIP_RUNTIME MATCHES "VDI") - foreach(_expectedTarget hip::hip_hcc hip::host hip::device) + foreach(_expectedTarget hip::amdhip64 hip::host hip::device) else() foreach(_expectedTarget hip:hip_hcc_static hip::hip_hcc hip::host hip::device) endif()