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
303aaff7
Unverified
Commit
303aaff7
authored
May 31, 2023
by
cihe13375
Committed by
GitHub
May 30, 2023
Browse files
SYNC_THREADS at the end of FFT (#4090)
parent
a6c36418
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/rpmd/platforms/common/src/CommonRpmdKernels.cpp
plugins/rpmd/platforms/common/src/CommonRpmdKernels.cpp
+1
-1
No files found.
plugins/rpmd/platforms/common/src/CommonRpmdKernels.cpp
View file @
303aaff7
...
@@ -572,7 +572,7 @@ string CommonIntegrateRPMDStepKernel::createFFT(int size, const string& variable
...
@@ -572,7 +572,7 @@ string CommonIntegrateRPMDStepKernel::createFFT(int size, const string& variable
if
(
stage
%
2
==
1
)
{
if
(
stage
%
2
==
1
)
{
source
<<
"real0[indexInBlock] = real1[indexInBlock];
\n
"
;
source
<<
"real0[indexInBlock] = real1[indexInBlock];
\n
"
;
source
<<
"imag0[indexInBlock] = imag1[indexInBlock];
\n
"
;
source
<<
"imag0[indexInBlock] = imag1[indexInBlock];
\n
"
;
source
<<
"SYNC_
WARP
S;
\n
"
;
source
<<
"SYNC_
THREAD
S;
\n
"
;
}
}
source
<<
"}
\n
"
;
source
<<
"}
\n
"
;
return
source
.
str
();
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