summarylogtreecommitdiffstats
path: root/install_vendor_file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'install_vendor_file.patch')
-rw-r--r--install_vendor_file.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/install_vendor_file.patch b/install_vendor_file.patch
deleted file mode 100644
index 1a67f0f7d7ba..000000000000
--- a/install_vendor_file.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From 7c6726d975d54185d1318a112059f3e9ca5edf36 Mon Sep 17 00:00:00 2001
-From: Ranieri Althoff <1993083+ranisalt@users.noreply.github.com>
-Date: Sat, 18 Apr 2020 18:02:58 +0000
-Subject: [PATCH] Install amdocl64.icd where ICD loader expects it
-
----
- api/opencl/amdocl/CMakeLists.txt | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/api/opencl/amdocl/CMakeLists.txt b/api/opencl/amdocl/CMakeLists.txt
-index e217110..2731a6a 100644
---- rocm-opencl-runtime/api/opencl/amdocl/CMakeLists.txt
-+++ rocm-opencl-runtime/api/opencl/amdocl/CMakeLists.txt
-@@ -83,3 +83,6 @@ if(${USE_COMGR_LIBRARY} MATCHES "yes")
- else()
- target_link_libraries(amdocl64 opencl_driver oclelf pthread dl ${ROCT_LIBRARIES} ${ROCR_LIBRARIES})
- endif()
-+
-+file(GENERATE OUTPUT "${CMAKE_BINARY_DIR}/amdocl64.icd" CONTENT "$<TARGET_FILE_NAME:amdocl64>")
-+install(FILES "${CMAKE_BINARY_DIR}/amdocl64.icd" DESTINATION "${CMAKE_INSTALL_SYSCONFDIR}/OpenCL/vendors/")