aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/GPU
diff options
context:
space:
mode:
authorGravatar Rasmus Munk Larsen <rmlarsen@google.com>2019-06-20 16:03:59 -0700
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2019-06-20 16:03:59 -0700
commite5e63c2cad4b829c80319abadf9dfdfbd1627cc2 (patch)
tree03cb3604e1e9644b3bfcb1eb9a6a2b1ace651d88 /Eigen/src/Core/arch/GPU
parent302a404b7e764ae890e30b37f1b32bc5e4b871ea (diff)
Fix grammar.
Diffstat (limited to 'Eigen/src/Core/arch/GPU')
-rw-r--r--Eigen/src/Core/arch/GPU/Half.h2
-rw-r--r--Eigen/src/Core/arch/GPU/PacketMath.h2
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 bd0c2a0b3..c510d3beb 100644
--- a/Eigen/src/Core/arch/GPU/Half.h
+++ b/Eigen/src/Core/arch/GPU/Half.h
@@ -314,7 +314,7 @@ EIGEN_STRONG_INLINE __device__ bool operator >= (const half& a, const half& b) {
#endif
// The EIGEN_COMP_CLANG && !EIGEN_COMP_NVCC clause is necessary on Mac where we
-// that suspect NVCC doing device-side preprocessing with clang, but actually
+// suspect that NVCC is doing device-side preprocessing with clang, but actually
// compiling with cicc, which is obviously not clang.
#if !defined(EIGEN_HAS_NATIVE_FP16) || (EIGEN_COMP_CLANG && !EIGEN_COMP_NVCC) // Emulate support for half floats
diff --git a/Eigen/src/Core/arch/GPU/PacketMath.h b/Eigen/src/Core/arch/GPU/PacketMath.h
index 54e4e9f22..d09795163 100644
--- a/Eigen/src/Core/arch/GPU/PacketMath.h
+++ b/Eigen/src/Core/arch/GPU/PacketMath.h
@@ -103,7 +103,7 @@ template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double2 pset1<double2>(const do
}
// The EIGEN_COMP_CLANG && !EIGEN_COMP_NVCC clause is necessary on Mac where we
-// that suspect NVCC doing device-side preprocessing with clang, but actually
+// suspect that NVCC is doing device-side preprocessing with clang, but actually
// compiling with cicc, which is obviously not clang.
#if defined(EIGEN_CUDA_ARCH) || defined(EIGEN_HIP_DEVICE_COMPILE) || (defined(EIGEN_CUDACC) && EIGEN_COMP_CLANG && !EIGEN_COMP_NVCC)
namespace {