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
9f9ac8d3
Unverified
Commit
9f9ac8d3
authored
Jan 05, 2021
by
peastman
Committed by
GitHub
Jan 05, 2021
Browse files
Install opencl.hpp (#2976)
parent
05e0c4f9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
platforms/opencl/CMakeLists.txt
platforms/opencl/CMakeLists.txt
+1
-1
platforms/opencl/include/OpenCLArray.h
platforms/opencl/include/OpenCLArray.h
+1
-1
platforms/opencl/include/OpenCLContext.h
platforms/opencl/include/OpenCLContext.h
+1
-1
platforms/opencl/tests/TestOpenCLNonbondedForce.cpp
platforms/opencl/tests/TestOpenCLNonbondedForce.cpp
+1
-1
No files found.
platforms/opencl/CMakeLists.txt
View file @
9f9ac8d3
...
@@ -87,7 +87,7 @@ INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR}/../common/src)
...
@@ -87,7 +87,7 @@ INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR}/../common/src)
# Install headers
# Install headers
FILE
(
GLOB CORE_HEADERS include/*.h
)
FILE
(
GLOB CORE_HEADERS include/*.h
src/opencl.hpp
)
INSTALL_FILES
(
/include/openmm/opencl FILES
${
CORE_HEADERS
}
)
INSTALL_FILES
(
/include/openmm/opencl FILES
${
CORE_HEADERS
}
)
SUBDIRS
(
sharedTarget
)
SUBDIRS
(
sharedTarget
)
...
...
platforms/opencl/include/OpenCLArray.h
View file @
9f9ac8d3
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
#include "openmm/OpenMMException.h"
#include "openmm/OpenMMException.h"
#include "openmm/common/windowsExportCommon.h"
#include "openmm/common/windowsExportCommon.h"
#include "openmm/common/ArrayInterface.h"
#include "openmm/common/ArrayInterface.h"
#include
<
opencl.hpp
>
#include
"
opencl.hpp
"
#include <iostream>
#include <iostream>
#include <sstream>
#include <sstream>
#include <vector>
#include <vector>
...
...
platforms/opencl/include/OpenCLContext.h
View file @
9f9ac8d3
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
#define NOMINMAX
#define NOMINMAX
#endif
#endif
#include <pthread.h>
#include <pthread.h>
#include
<
opencl.hpp
>
#include
"
opencl.hpp
"
#include "openmm/common/windowsExportCommon.h"
#include "openmm/common/windowsExportCommon.h"
#include "OpenCLArray.h"
#include "OpenCLArray.h"
#include "OpenCLBondedUtilities.h"
#include "OpenCLBondedUtilities.h"
...
...
platforms/opencl/tests/TestOpenCLNonbondedForce.cpp
View file @
9f9ac8d3
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
#define CL_HPP_MINIMUM_OPENCL_VERSION 120
#define CL_HPP_MINIMUM_OPENCL_VERSION 120
#include "OpenCLTests.h"
#include "OpenCLTests.h"
#include "TestNonbondedForce.h"
#include "TestNonbondedForce.h"
#include
<
opencl.hpp
>
#include
"
opencl.hpp
"
#include <string>
#include <string>
void
testParallelComputation
(
NonbondedForce
::
NonbondedMethod
method
)
{
void
testParallelComputation
(
NonbondedForce
::
NonbondedMethod
method
)
{
...
...
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