Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIBP-Hummer
BioEM
Commits
bfe38655
Commit
bfe38655
authored
Aug 16, 2018
by
Luka Stanisic
Browse files
remove unnecessary (and now deprecated) cuFFT, to make sure BioEM compiles with newer CUDA versions
parent
ede7c140
Pipeline
#35044
passed with stages
in 1 minute and 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
bioem_cuda.cu
View file @
bfe38655
...
...
@@ -1002,12 +1002,6 @@ int bioem_cuda::deviceStartRun()
cout
<<
"Error planning CUFFT
\n
"
;
exit
(
1
);
}
if
(
cufftSetCompatibilityMode
(
plan
[
i
][
j
],
CUFFT_COMPATIBILITY_FFTW_PADDING
)
!=
CUFFT_SUCCESS
)
{
cout
<<
"Error planning CUFFT compatibility
\n
"
;
exit
(
1
);
}
if
(
cufftSetStream
(
plan
[
i
][
j
],
cudaStream
[
j
])
!=
CUFFT_SUCCESS
)
{
cout
<<
"Error setting CUFFT stream
\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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