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
4200d228
Commit
4200d228
authored
Jun 08, 2015
by
peastman
Browse files
Fixed a compilation error on some compilers
parent
ec19df0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
platforms/cuda/src/CudaFFT3D.cpp
platforms/cuda/src/CudaFFT3D.cpp
+1
-0
No files found.
platforms/cuda/src/CudaFFT3D.cpp
View file @
4200d228
...
...
@@ -75,6 +75,7 @@ CudaFFT3D::CudaFFT3D(CudaContext& context, int xsize, int ysize, int zsize, bool
defines
[
"PACKED_XSIZE"
]
=
context
.
intToString
(
packedXSize
);
defines
[
"PACKED_YSIZE"
]
=
context
.
intToString
(
packedYSize
);
defines
[
"PACKED_ZSIZE"
]
=
context
.
intToString
(
packedZSize
);
defines
[
"M_PI"
]
=
context
.
doubleToString
(
M_PI
);
CUmodule
module
=
context
.
createModule
(
CudaKernelSources
::
vectorOps
+
CudaKernelSources
::
fftR2C
,
defines
);
packForwardKernel
=
context
.
getKernel
(
module
,
"packForwardData"
);
unpackForwardKernel
=
context
.
getKernel
(
module
,
"unpackForwardData"
);
...
...
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