[Libomptarget] Remove undefined symbol in old runtime
authorJoseph Huber <jhuber6@vols.utk.edu>
Fri, 19 Nov 2021 15:02:28 +0000 (10:02 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Sat, 20 Nov 2021 13:26:57 +0000 (08:26 -0500)
A function with no definition was left in the old runtime, causing
linker errors when trying to compile.

Reviewed By: tianshilei1992

Differential Revision: https://reviews.llvm.org/D114264

openmp/libomptarget/deviceRTLs/target_interface.h

index 94c92eb..cf65197 100644 (file)
@@ -25,7 +25,6 @@ EXTERN NOINLINE int __kmpc_get_hardware_num_blocks();
 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