refine device_context_test

revert-3824-remove_grad_op_type
qijun 8 years ago
parent f168843e47
commit 2403045cbd

@ -45,6 +45,7 @@ TEST(Device, CUDADeviceContext) {
ASSERT_NE(nullptr, cublas_handle);
curandGenerator_t curand_handle = device_context->curand_generator();
ASSERT_NE(nullptr, curand_handle);
ASSERT_NE(nullptr, device_context->stream());
delete device_context;
}
}

Loading…
Cancel
Save