diff --git a/openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h b/openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h --- a/openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h +++ b/openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h @@ -16,7 +16,7 @@ #include "nvptx_interface.h" #define DEVICE __device__ -#define INLINE __forceinline__ DEVICE +#define INLINE __inline__ DEVICE #define NOINLINE __noinline__ DEVICE ////////////////////////////////////////////////////////////////////////////////