[Openmp-commits] [openmp] a9be2b5 - [libomptarget] Disable build of amdgpu plugin as it doesn't build with rocm.
via Openmp-commits
openmp-commits at lists.llvm.org
Fri Sep 18 10:10:41 PDT 2020
Author: JonChesterfield
Date: 2020-09-18T18:10:27+01:00
New Revision: a9be2b5cb2b3e752c6de2fab24aa5ad94500802b
URL: https://github.com/llvm/llvm-project/commit/a9be2b5cb2b3e752c6de2fab24aa5ad94500802b
DIFF: https://github.com/llvm/llvm-project/commit/a9be2b5cb2b3e752c6de2fab24aa5ad94500802b.diff
LOG: [libomptarget] Disable build of amdgpu plugin as it doesn't build with rocm.
Added:
Modified:
openmp/libomptarget/plugins/CMakeLists.txt
Removed:
################################################################################
diff --git a/openmp/libomptarget/plugins/CMakeLists.txt b/openmp/libomptarget/plugins/CMakeLists.txt
index a6d291e7758f..f8372b619407 100644
--- a/openmp/libomptarget/plugins/CMakeLists.txt
+++ b/openmp/libomptarget/plugins/CMakeLists.txt
@@ -66,7 +66,6 @@ endif()
endmacro()
add_subdirectory(aarch64)
-add_subdirectory(amdgpu)
add_subdirectory(cuda)
add_subdirectory(ppc64)
add_subdirectory(ppc64le)
More information about the Openmp-commits
mailing list