Unverified Commit a2f4ab8b authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

UseBlockingSync defaults to false (#3720)

parent ae341831
......@@ -118,7 +118,7 @@ CudaPlatform::CudaPlatform() {
platformProperties.push_back(CudaDeterministicForces());
setPropertyDefaultValue(CudaDeviceIndex(), "");
setPropertyDefaultValue(CudaDeviceName(), "");
setPropertyDefaultValue(CudaUseBlockingSync(), "true");
setPropertyDefaultValue(CudaUseBlockingSync(), "false");
setPropertyDefaultValue(CudaPrecision(), "single");
setPropertyDefaultValue(CudaUseCpuPme(), "false");
setPropertyDefaultValue(CudaDisablePmeStream(), "false");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment