[Openmp-commits] [PATCH] D114264: [Libomptarget] Remove undefined symbol in old runtime

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Nov 20 05:27:13 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGfbfe8fcbc31d: [Libomptarget] Remove undefined symbol in old runtime (authored by jhuber6).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114264/new/

https://reviews.llvm.org/D114264

Files:
  openmp/libomptarget/deviceRTLs/target_interface.h


Index: openmp/libomptarget/deviceRTLs/target_interface.h
===================================================================
--- openmp/libomptarget/deviceRTLs/target_interface.h
+++ openmp/libomptarget/deviceRTLs/target_interface.h
@@ -25,7 +25,6 @@
 EXTERN NOINLINE int __kmpc_get_hardware_num_threads_in_block();
 EXTERN unsigned __kmpc_get_warp_size();
 EXTERN unsigned GetWarpId();
-EXTERN unsigned GetWarpSize();
 EXTERN unsigned GetLaneId();
 
 // Atomics


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114264.388700.patch
Type: text/x-patch
Size: 463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20211120/514a3a97/attachment.bin>


More information about the Openmp-commits mailing list