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
eb932433
"platforms/hip/tests/TestHipCustomIntegrator.cpp" did not exist on "1595bb7b2ff199ec7bc461dfd6f7f14ede2e13f1"
Commit
eb932433
authored
Mar 13, 2018
by
peastman
Browse files
Attempt at fixing compilation error on CPU OpenCL
parent
5cb31cfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/opencl/src/kernels/customNonbondedGroups.cl
platforms/opencl/src/kernels/customNonbondedGroups.cl
+1
-1
No files found.
platforms/opencl/src/kernels/customNonbondedGroups.cl
View file @
eb932433
...
...
@@ -144,7 +144,7 @@ __kernel void prepareToBuildNeighborList(__global int* restrict rebuildNeighborL
*
Filter
the
list
of
tiles
to
include
only
ones
that
have
interactions
within
the
*
padded
cutoff.
*/
__kernel
void
buildNeighborList
(
__global
int*
restrict
rebuildNeighborList,
__global
int*
restrict
numGroupTiles,
__kernel
void
buildNeighborList
(
__global
int*
restrict
rebuildNeighborList,
__global
int*
numGroupTiles,
__global
const
real4*
restrict
posq,
__global
const
int4*
restrict
groupData,
__global
int4*
restrict
filteredGroupData,
real4
periodicBoxSize,
real4
invPeriodicBoxSize,
real4
periodicBoxVecX,
real4
periodicBoxVecY,
real4
periodicBoxVecZ
)
{
...
...
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