Skip to content

Commit 4518252

Browse files
committed
Fix compile
1 parent b711870 commit 4518252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/operators/nccl_op_test.cu.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ int main(int argc, char **argv) {
305305
}
306306

307307
VLOG(0) << " DeviceCount " << count;
308-
paddle::platform::DeviceContextPool::Create(places);
308+
paddle::platform::DeviceContextPool::Init(places);
309309

310310
testing::InitGoogleTest(&argc, argv);
311311

0 commit comments

Comments
 (0)