summarylogtreecommitdiffstats
path: root/fix_rocm_opencl_build_order.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_rocm_opencl_build_order.patch')
-rw-r--r--fix_rocm_opencl_build_order.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/fix_rocm_opencl_build_order.patch b/fix_rocm_opencl_build_order.patch
deleted file mode 100644
index e253ff6cc463..000000000000
--- a/fix_rocm_opencl_build_order.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
-index 62e2bf7..83e706d 100644
---- a/runtime/CMakeLists.txt
-+++ b/runtime/CMakeLists.txt
-@@ -72,3 +72,5 @@ endif()
- foreach(AMDGCN_DEP_TARGET ${AMDGCN_DEP_TARGETS})
- add_dependencies(oclruntime ${AMDGCN_DEP_TARGET})
- endforeach()
-+
-+add_dependencies(oclruntime oclrocm)