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
703842be
Commit
703842be
authored
Apr 09, 2013
by
Peter Eastman
Browse files
Bug fix
parent
54b7eec9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
plugins/rpmd/platforms/opencl/src/OpenCLRpmdKernels.cpp
plugins/rpmd/platforms/opencl/src/OpenCLRpmdKernels.cpp
+1
-0
No files found.
plugins/rpmd/platforms/opencl/src/OpenCLRpmdKernels.cpp
View file @
703842be
...
...
@@ -440,6 +440,7 @@ string OpenCLIntegrateRPMDStepKernel::createFFT(int size, const string& variable
if
(
stage
%
2
==
1
)
{
source
<<
"real0[indexInBlock] = real1[indexInBlock];
\n
"
;
source
<<
"imag0[indexInBlock] = imag1[indexInBlock];
\n
"
;
source
<<
"barrier(CLK_LOCAL_MEM_FENCE);
\n
"
;
}
source
<<
"}
\n
"
;
return
source
.
str
();
...
...
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