follow comments

revert-3824-remove_grad_op_type
liaogang 8 years ago
parent 83d0016f54
commit b3ab15a7ab

@ -24,7 +24,8 @@ namespace paddle {
namespace platform {
//! Environment variable: fraction of GPU memory to use on each device.
const std::string kEnvFractionGpuMemoryToUse = "FRACTION_GPU_MEMORY_TO_USE";
const std::string kEnvFractionGpuMemoryToUse =
"PADDLE_FRACTION_GPU_MEMORY_TO_USE";
//! Get the total number of GPU devices in system.
int GetDeviceCount();

Loading…
Cancel
Save