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
d2593f38
"plugins/amoeba/vscode:/vscode.git/clone" did not exist on "46d14b89ca16c49c52b5c1b7fb6be1dbf0e6e730"
Unverified
Commit
d2593f38
authored
Aug 18, 2023
by
Peter Eastman
Committed by
GitHub
Aug 18, 2023
Browse files
Avoid deprecation warnings in vkFFT (#4192)
parent
f2bdcc75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
platforms/opencl/include/OpenCLFFT3D.h
platforms/opencl/include/OpenCLFFT3D.h
+1
-0
No files found.
platforms/opencl/include/OpenCLFFT3D.h
View file @
d2593f38
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
#ifdef USE_VKFFT
#ifdef USE_VKFFT
#define VKFFT_BACKEND 3
#define VKFFT_BACKEND 3
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#include "vkFFT.h"
#include "vkFFT.h"
#endif
#endif
#include "OpenCLArray.h"
#include "OpenCLArray.h"
...
...
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