Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
d8da3087
Commit
d8da3087
authored
May 19, 2020
by
WrathfulSpatula
Browse files
Qrack plugin docs: kernel precompilation warning
Signed-off-by:
WrathfulSpatula
<
stranoj@gmail.com
>
parent
b741a1f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
quantum/plugins/qrack/README.md
View file @
d8da3087
...
...
@@ -13,3 +13,5 @@ mkdir _build && cd _build && cmake .. && make all install
XACC looks for the Qrack library with "find_library(NAMES qrack)," so it will find it for example as "libqrack.a" in /usr/local/lib.
If your installation is a non-system-standard path, "CMAKE_PREFIX_PATH" should tell CMake where it can find the library.
Qrack OpenCL kernels can be precompiled through the "qrack_cl_precompile" command line utility in the base Qrack library.
When switching between float and double build accuracy, you MUST recompile (or delete) any precompiled kernels.
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