[Openmp-commits] [openmp] r341748 - [libomptarget-nvptx] Remove last mentions of __kmpc_print_*

Jonas Hahnfeld via Openmp-commits openmp-commits at lists.llvm.org
Sat Sep 8 05:10:20 PDT 2018


Author: hahnfeld
Date: Sat Sep  8 05:10:19 2018
New Revision: 341748

URL: http://llvm.org/viewvc/llvm-project?rev=341748&view=rev
Log:
[libomptarget-nvptx] Remove last mentions of __kmpc_print_*

Their implementation was removed during review, delete their
prototype declarations.

Modified:
    openmp/trunk/libomptarget/deviceRTLs/nvptx/src/interface.h

Modified: openmp/trunk/libomptarget/deviceRTLs/nvptx/src/interface.h
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/libomptarget/deviceRTLs/nvptx/src/interface.h?rev=341748&r1=341747&r2=341748&view=diff
==============================================================================
--- openmp/trunk/libomptarget/deviceRTLs/nvptx/src/interface.h (original)
+++ openmp/trunk/libomptarget/deviceRTLs/nvptx/src/interface.h Sat Sep  8 05:10:19 2018
@@ -91,18 +91,6 @@ EXTERN int omp_get_initial_device(void);
 EXTERN int omp_get_max_task_priority(void);
 
 ////////////////////////////////////////////////////////////////////////////////
-// OMPTARGET_NVPTX private (debug / temportary?) interface
-////////////////////////////////////////////////////////////////////////////////
-
-// for debug
-EXTERN void __kmpc_print_str(char *title);
-EXTERN void __kmpc_print_title_int(char *title, int data);
-EXTERN void __kmpc_print_index(char *title, int i);
-EXTERN void __kmpc_print_int(int data);
-EXTERN void __kmpc_print_double(double data);
-EXTERN void __kmpc_print_address_int64(int64_t data);
-
-////////////////////////////////////////////////////////////////////////////////
 // file below is swiped from kmpc host interface
 ////////////////////////////////////////////////////////////////////////////////
 




More information about the Openmp-commits mailing list