From a60098df7a447c574c46766ec7db3107db73aa2b Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Sat, 7 Apr 2018 11:57:48 -0700 Subject: [PATCH] Update --- paddle/fluid/platform/gpu_info.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/paddle/fluid/platform/gpu_info.h b/paddle/fluid/platform/gpu_info.h index fa469fa77f5ca7..479a1361fea656 100644 --- a/paddle/fluid/platform/gpu_info.h +++ b/paddle/fluid/platform/gpu_info.h @@ -23,10 +23,6 @@ limitations under the License. */ namespace paddle { namespace platform { -//! Environment variable: fraction of GPU memory to use on each device. -const std::string kEnvFractionGpuMemoryToUse = - "PADDLE_FRACTION_GPU_MEMORY_TO_USE"; - //! Get the total number of GPU devices in system. int GetCUDADeviceCount();