You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.4 KiB
39 lines
1.4 KiB
5 years ago
|
// Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
|
||
|
//
|
||
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
// you may not use this file except in compliance with the License.
|
||
|
// You may obtain a copy of the License at
|
||
|
//
|
||
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||
|
//
|
||
|
// Unless required by applicable law or agreed to in writing, software
|
||
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
// See the License for the specific language governing permissions and
|
||
|
// limitations under the License.
|
||
|
|
||
|
#include "paddle/fluid/platform/monitor.h"
|
||
|
#include <utility>
|
||
|
|
||
|
namespace paddle {
|
||
|
namespace platform {} // namespace platform
|
||
|
} // namespace paddle
|
||
|
|
||
|
DEFINE_INT_STATUS(STAT_total_feasign_num_in_mem)
|
||
|
DEFINE_INT_STATUS(STAT_gpu0_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu1_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu2_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu3_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu4_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu5_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu6_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu7_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu8_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu9_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu10_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu11_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu12_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu13_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu14_mem_size)
|
||
|
DEFINE_INT_STATUS(STAT_gpu15_mem_size)
|