diff --git a/Eigen/src/Core/arch/CUDA/Half.h b/Eigen/src/Core/arch/CUDA/Half.h index bdf97dcd6..9ecc4fd88 100644 --- a/Eigen/src/Core/arch/CUDA/Half.h +++ b/Eigen/src/Core/arch/CUDA/Half.h @@ -510,7 +510,7 @@ static EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC int (isfinite)(const Eigen::half& a namespace std { -EIGEN_STRONG_INLINE ostream& operator << (ostream& os, const Eigen::half& v) { +EIGEN_ALWAYS_INLINE ostream& operator << (ostream& os, const Eigen::half& v) { os << static_cast(v); return os; }