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
f6c70d6e
"vscode:/vscode.git/clone" did not exist on "3e2c5d8089003e79a2d5ccd23702c225942f6342"
Commit
f6c70d6e
authored
Mar 16, 2018
by
Peter Eastman
Browse files
Bug fix
parent
abbb3671
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/cuda/src/CudaNonbondedUtilities.cpp
platforms/cuda/src/CudaNonbondedUtilities.cpp
+1
-1
No files found.
platforms/cuda/src/CudaNonbondedUtilities.cpp
View file @
f6c70d6e
...
...
@@ -266,7 +266,7 @@ void CudaNonbondedUtilities::initialize(const System& system) {
blockSorter
=
new
CudaSort
(
context
,
new
BlockSortTrait
(
context
.
getUseDoublePrecision
()),
numAtomBlocks
);
vector
<
unsigned
int
>
count
(
2
,
0
);
interactionCount
.
upload
(
count
);
rebuildNeighborList
.
upload
(
count
);
rebuildNeighborList
.
upload
(
&
count
[
0
]
);
}
// Record arguments for kernels.
...
...
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