From c9394d7a0e5efb2ff6adac211f3505a84d80672c Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Thu, 20 Jun 2019 16:23:19 -0700 Subject: [PATCH] Remove extra "one" in comment. --- Eigen/src/Core/arch/GPU/Half.h | 2 +- Eigen/src/Core/arch/GPU/PacketMath.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Eigen/src/Core/arch/GPU/Half.h b/Eigen/src/Core/arch/GPU/Half.h index ffd4789cb..6869354b1 100644 --- a/Eigen/src/Core/arch/GPU/Half.h +++ b/Eigen/src/Core/arch/GPU/Half.h @@ -315,7 +315,7 @@ EIGEN_STRONG_INLINE __device__ bool operator >= (const half& a, const half& b) { // We need to distinguish ‘clang as the CUDA compiler’ from ‘clang as the host compiler, // invoked by NVCC’ (e.g. on MacOS). The former needs to see both host and device implementation -// of the functions, while the latter can only deal with one one of them. +// of the functions, while the latter can only deal with one of them. #if !defined(EIGEN_HAS_NATIVE_FP16) || (EIGEN_COMP_CLANG && !EIGEN_COMP_NVCC) // Emulate support for half floats #if EIGEN_COMP_CLANG && defined(EIGEN_CUDACC) diff --git a/Eigen/src/Core/arch/GPU/PacketMath.h b/Eigen/src/Core/arch/GPU/PacketMath.h index afc086090..5084fc786 100644 --- a/Eigen/src/Core/arch/GPU/PacketMath.h +++ b/Eigen/src/Core/arch/GPU/PacketMath.h @@ -104,7 +104,7 @@ template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double2 pset1(const do // We need to distinguish ‘clang as the CUDA compiler’ from ‘clang as the host compiler, // invoked by NVCC’ (e.g. on MacOS). The former needs to see both host and device implementation -// of the functions, while the latter can only deal with one one of them. +// of the functions, while the latter can only deal with one of them. #if defined(EIGEN_CUDA_ARCH) || defined(EIGEN_HIP_DEVICE_COMPILE) || (defined(EIGEN_CUDACC) && EIGEN_COMP_CLANG && !EIGEN_COMP_NVCC) namespace {