utils.cpp 387 Bytes
Newer Older
lishen's avatar
lishen committed
1
2
3
4
5
6
7
8
9
10
11
12
13
/*************************************************************************
 * Copyright (c) 2016-2020, NVIDIA CORPORATION. All rights reserved.
 *
 * See LICENSE.txt for license information
 ************************************************************************/

#include "utils.h"
#include <dirent.h>
#include <fstream>

#include <stdlib.h>

namespace sccl {
14
///
lishen's avatar
lishen committed
15
} // namespace sccl