Skip to content

Commit e5ca829

Browse files
committed
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_py36_py37_dockerfile
2 parents 9bb1f66 + b8f36bd commit e5ca829

File tree

3 files changed

+151
-101
lines changed

3 files changed

+151
-101
lines changed

paddle/fluid/memory/allocation/best_fit_allocator_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
#include "paddle/fluid/memory/allocation/best_fit_allocator.h"
16+
#include <random>
1617
#include <thread> // NOLINT
1718
#include <vector>
1819
#include "gtest/gtest.h"

paddle/fluid/memory/allocation/best_fit_allocator_test.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
#include <random>
1516
#include <thread> // NOLINT
1617
#include <vector>
1718
#include "gtest/gtest.h"

0 commit comments

Comments
 (0)