[Openmp-commits] [PATCH] D98654: [libomptarget] Build amdgpu plugin by default
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 15 13:12:35 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7da76aaaf41e: [libomptarget] Build amdgpu plugin by default (authored by JonChesterfield).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98654/new/
https://reviews.llvm.org/D98654
Files:
openmp/libomptarget/plugins/CMakeLists.txt
Index: openmp/libomptarget/plugins/CMakeLists.txt
===================================================================
--- openmp/libomptarget/plugins/CMakeLists.txt
+++ openmp/libomptarget/plugins/CMakeLists.txt
@@ -70,6 +70,7 @@
endmacro()
add_subdirectory(aarch64)
+add_subdirectory(amdgpu)
add_subdirectory(cuda)
add_subdirectory(ppc64)
add_subdirectory(ppc64le)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98654.330778.patch
Type: text/x-patch
Size: 373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210315/531fc946/attachment.bin>
More information about the Openmp-commits
mailing list