From 236e742d30ef524b8effee5fee5da3bb2d4301bf Mon Sep 17 00:00:00 2001 From: HongyuJia Date: Thu, 18 May 2023 11:22:45 +0800 Subject: [PATCH] [Fix Typo] Fix gpu_info.h, Wheter->Whether (#53564) --- paddle/fluid/platform/device/gpu/gpu_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/platform/device/gpu/gpu_info.h b/paddle/fluid/platform/device/gpu/gpu_info.h index 925a150b60e..de68329bba6 100644 --- a/paddle/fluid/platform/device/gpu/gpu_info.h +++ b/paddle/fluid/platform/device/gpu/gpu_info.h @@ -39,7 +39,7 @@ int GetGPURuntimeVersion(int id); //! Get the driver version of the ith GPU int GetGPUDriverVersion(int id); -//! Wheter the current device support TensorCore +//! Whether the current device support TensorCore bool TensorCoreAvailable(); //! Get the MultiProcessors of the ith GPU. -- GitLab