From 5f292bd52d1173a0334589a0ec06c55c5726f8cb Mon Sep 17 00:00:00 2001
From: foreman
Date: Fri, 14 Jul 2017 14:54:24 -0400
Subject: [PATCH] P4 to Git Change 1434399 by lmoriche@lmoriche_palamida on
2017/07/14 14:29:20
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Update from git.
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#13 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#7 edit
[ROCm/clr commit: ca5e8526e0c550bc25a8059172ddba80a1264929]
---
projects/clr/rocclr/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/projects/clr/rocclr/CMakeLists.txt b/projects/clr/rocclr/CMakeLists.txt
index 98284529e3..a679c4f2f3 100644
--- a/projects/clr/rocclr/CMakeLists.txt
+++ b/projects/clr/rocclr/CMakeLists.txt
@@ -43,6 +43,7 @@ add_subdirectory(compiler/driver)
set(BUILD_HC_LIB CACHE BOOL OFF)
set(ROCM_DEVICELIB_INCLUDE_TESTS CACHE BOOL OFF)
set(AMDGCN_TARGETS_LIB_LIST "AMDGCN_LIB_TARGETS")
+set(AMDGPU_TARGET_TRIPLE "amdgcn-amd-amdhsa-opencl")
add_subdirectory(library/amdgcn)
add_subdirectory(compiler/lib/loaders/elf/utils/libelf)