Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
24977299
"docs-source/vscode:/vscode.git/clone" did not exist on "bc6fe72928817f33edfbec3150e40bcfc636c2c7"
Commit
24977299
authored
Jul 29, 2009
by
Peter Eastman
Browse files
Changed default for CudaUseBlockingSync property to true.
parent
a63645c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/cuda/src/CudaPlatform.cpp
platforms/cuda/src/CudaPlatform.cpp
+1
-1
No files found.
platforms/cuda/src/CudaPlatform.cpp
View file @
24977299
...
@@ -65,7 +65,7 @@ CudaPlatform::CudaPlatform() {
...
@@ -65,7 +65,7 @@ CudaPlatform::CudaPlatform() {
platformProperties
.
push_back
(
CudaDevice
());
platformProperties
.
push_back
(
CudaDevice
());
platformProperties
.
push_back
(
CudaUseBlockingSync
());
platformProperties
.
push_back
(
CudaUseBlockingSync
());
setPropertyDefaultValue
(
CudaDevice
(),
"0"
);
setPropertyDefaultValue
(
CudaDevice
(),
"0"
);
setPropertyDefaultValue
(
CudaUseBlockingSync
(),
"
fals
e"
);
setPropertyDefaultValue
(
CudaUseBlockingSync
(),
"
tru
e"
);
}
}
bool
CudaPlatform
::
supportsDoublePrecision
()
const
{
bool
CudaPlatform
::
supportsDoublePrecision
()
const
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment