Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
f53c21d3
Commit
f53c21d3
authored
May 19, 2020
by
WrathfulSpatula
Browse files
Qrack plugin: wrap CL_HPP version macros in ifndef
Signed-off-by:
WrathfulSpatula
<
stranoj@gmail.com
>
parent
258d050d
Changes
1
Hide whitespace changes
Inline
Side-by-side
quantum/plugins/qrack/accelerator/QrackVisitor.hpp
View file @
f53c21d3
...
...
@@ -18,8 +18,13 @@
#include
"AcceleratorBuffer.hpp"
#include
"OptionsProvider.hpp"
#ifndef CL_HPP_TARGET_OPENCL_VERSION
#define CL_HPP_TARGET_OPENCL_VERSION 200
#endif
#ifndef CL_HPP_MINIMUM_OPENCL_VERSION
#define CL_HPP_MINIMUM_OPENCL_VERSION 100
#endif
#include
"qrack/qfactory.hpp"
...
...
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