Home
last modified time | relevance | path

Searched refs:XGBOOST_DEV_INLINE (Results 1 – 12 of 12) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/src/tree/gpu_hist/
H A Dhistogram.cuh16 XGBOOST_DEV_INLINE T TruncateWithRoundingFactor(T const rounding_factor, U const x) { in TruncateWithRoundingFactor()
39 XGBOOST_DEV_INLINE SharedSumT ToFixedPoint(GradientPair const& gpair) const { in ToFixedPoint()
44 XGBOOST_DEV_INLINE GradientSumT ToFloatingPoint(SharedSumT const &gpair) const { in ToFloatingPoint()
H A Dhistogram.cu56 __host__ XGBOOST_DEV_INLINE Pair operator+(Pair const& lhs, Pair const& rhs) { in operator +()
62 static XGBOOST_DEV_INLINE float Pclip(float v) { in Pclip()
65 static XGBOOST_DEV_INLINE float Nclip(float v) { in Nclip()
69 XGBOOST_DEV_INLINE Pair operator()(GradientPair x) const { in operator ()()
/dports/misc/xgboost/xgboost-1.5.1/src/tree/gpu_hist/
H A Dhistogram.cuh16 XGBOOST_DEV_INLINE T TruncateWithRoundingFactor(T const rounding_factor, U const x) { in TruncateWithRoundingFactor()
39 XGBOOST_DEV_INLINE SharedSumT ToFixedPoint(GradientPair const& gpair) const { in ToFixedPoint()
44 XGBOOST_DEV_INLINE GradientSumT ToFloatingPoint(SharedSumT const &gpair) const { in ToFloatingPoint()
H A Dhistogram.cu56 __host__ XGBOOST_DEV_INLINE Pair operator+(Pair const& lhs, Pair const& rhs) { in operator +()
62 static XGBOOST_DEV_INLINE float Pclip(float v) { in Pclip()
65 static XGBOOST_DEV_INLINE float Nclip(float v) { in Nclip()
69 XGBOOST_DEV_INLINE Pair operator()(GradientPair x) const { in operator ()()
/dports/misc/py-xgboost/xgboost-1.5.1/include/xgboost/
H A Dbase.h89 #define XGBOOST_DEV_INLINE __device__ __forceinline__ macro
92 #define XGBOOST_DEV_INLINE macro
/dports/misc/xgboost/xgboost-1.5.1/include/xgboost/
H A Dbase.h89 #define XGBOOST_DEV_INLINE __device__ __forceinline__ macro
92 #define XGBOOST_DEV_INLINE macro
/dports/misc/py-xgboost/xgboost-1.5.1/src/common/
H A Ddevice_helpers.cuh111 XGBOOST_DEV_INLINE T atomicAdd(T *addr, T v) { // NOLINT in atomicAdd()
214 XGBOOST_DEV_INLINE void AtomicOrByte(unsigned int *__restrict__ buffer, in AtomicOrByte()
1146 XGBOOST_DEV_INLINE void AtomicAddGpair(OutputGradientT* dest, in AtomicAddGpair()
1160 XGBOOST_DEV_INLINE void AtomicAdd64As32(int64_t *dst, int64_t src) { in AtomicAdd64As32()
1175 XGBOOST_DEV_INLINE void
1186 XGBOOST_DEV_INLINE void
/dports/misc/xgboost/xgboost-1.5.1/src/common/
H A Ddevice_helpers.cuh111 XGBOOST_DEV_INLINE T atomicAdd(T *addr, T v) { // NOLINT in atomicAdd()
214 XGBOOST_DEV_INLINE void AtomicOrByte(unsigned int *__restrict__ buffer, in AtomicOrByte()
1146 XGBOOST_DEV_INLINE void AtomicAddGpair(OutputGradientT* dest, in AtomicAddGpair()
1160 XGBOOST_DEV_INLINE void AtomicAdd64As32(int64_t *dst, int64_t src) { in AtomicAdd64As32()
1175 XGBOOST_DEV_INLINE void
1186 XGBOOST_DEV_INLINE void
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_device_helpers.cu201 XGBOOST_DEV_INLINE int64_t atomicAdd(int64_t *dst, int64_t src) { // NOLINT in atomicAdd()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_device_helpers.cu201 XGBOOST_DEV_INLINE int64_t atomicAdd(int64_t *dst, int64_t src) { // NOLINT in atomicAdd()
/dports/misc/py-xgboost/xgboost-1.5.1/src/predictor/
H A Dgpu_predictor.cu181 XGBOOST_DEV_INLINE DeviceAdapterLoader(Batch const batch, bool use_shared, in DeviceAdapterLoader()
209 XGBOOST_DEV_INLINE float GetElement(size_t ridx, size_t fidx) const { in GetElement()
/dports/misc/xgboost/xgboost-1.5.1/src/predictor/
H A Dgpu_predictor.cu181 XGBOOST_DEV_INLINE DeviceAdapterLoader(Batch const batch, bool use_shared, in DeviceAdapterLoader()
209 XGBOOST_DEV_INLINE float GetElement(size_t ridx, size_t fidx) const { in GetElement()