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
53d1c90e
Commit
53d1c90e
authored
Jul 22, 2011
by
Peter Eastman
Browse files
Bug fix in AMD code
parent
97c767f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
platforms/opencl/src/kernels/customGBEnergyN2_default.cl
platforms/opencl/src/kernels/customGBEnergyN2_default.cl
+1
-0
No files found.
platforms/opencl/src/kernels/customGBEnergyN2_default.cl
View file @
53d1c90e
...
...
@@ -54,6 +54,7 @@ void computeN2Energy(__global float4* forceBuffers, __global float* energyBuffer
unsigned int forceBufferOffset = (tgx < TILE_SIZE/2 ? 0 : TILE_SIZE);
unsigned int atom1 = x*TILE_SIZE + tgx;
float4 force = 0.0f;
DECLARE_ATOM1_DERIVATIVES
float4 posq1 = posq[atom1];
LOAD_ATOM1_PARAMETERS
...
...
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