|
|
@ -12,13 +12,13 @@
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// limitations under the License.
|
|
|
|
// limitations under the License.
|
|
|
|
|
|
|
|
|
|
|
|
#include <gflags/gflags.h>
|
|
|
|
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
#include <chrono> // NOLINT
|
|
|
|
#include <chrono> // NOLINT
|
|
|
|
#include <condition_variable> // NOLINT
|
|
|
|
#include <condition_variable> // NOLINT
|
|
|
|
#include <mutex> // NOLINT
|
|
|
|
#include <mutex> // NOLINT
|
|
|
|
#include <random>
|
|
|
|
#include <random>
|
|
|
|
#include <thread> // NOLINT
|
|
|
|
#include <thread> // NOLINT
|
|
|
|
|
|
|
|
#include "gflags/gflags.h"
|
|
|
|
#include "paddle/fluid/memory/allocation/allocator_facade.h"
|
|
|
|
#include "paddle/fluid/memory/allocation/allocator_facade.h"
|
|
|
|
#include "paddle/fluid/platform/gpu_info.h"
|
|
|
|
#include "paddle/fluid/platform/gpu_info.h"
|
|
|
|
|
|
|
|
|
|
|
|