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
5dfc1ecb
Unverified
Commit
5dfc1ecb
authored
Mar 16, 2018
by
peastman
Committed by
GitHub
Mar 16, 2018
Browse files
Merge pull request #2022 from peastman/bug
Bug fix
parents
abbb3671
f6c70d6e
Changes
1
Show 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 @
5dfc1ecb
...
...
@@ -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