access2rohit commented on a change in pull request #20043:
URL: https://github.com/apache/incubator-mxnet/pull/20043#discussion_r630535450
##########
File path: src/storage/pooled_storage_manager.h
##########
@@ -57,18 +58,22 @@ class GPUPooledStorageManager final : public StorageManager
{
* \param initial_context context used by this Storage Manager
*/
explicit GPUPooledStorageManager(Context initial_context) :
- initial_context_(initial_context) {
- reserve_ = dmlc::GetEnv("MXNET_GPU_MEM_POOL_RESERVE", 5);
+ free_list_size_(0), initial_context_(initial_context) {
Review comment:
nit: indent ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]