Skip to content

Commit

Permalink
QUnitMulti
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Dec 4, 2021
1 parent 76eb78a commit 8fb6107
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/api/qunitmulti.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
:orphan:

.. Copyright (c) 2017-2021
QUnitMulti
========================

Defined in `qunitmulti.hpp <https://github.com/vm6502q/qrack/blob/master/include/qunitmulti.hpp>`_.

Qrack::QUnitMulti is a direct subclass of Qrack::QUnit that attempts to dispatch its separable internal subsystem work to multiple OpenCL devices, including all devices visible to the OpenCL context by default. (Qrack::QUnit maintains explicit separation of representation between separable subsystems, when possible and efficient, greatly reducing memory and execution time overhead.)
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Daniel Strano would like to specifically note that Benn Bollay is almost entirel
api/qhybrid
api/qstabilizerhybrid
api/qunit
api/qunitmulti
api/qbinarydecisiontree
api/6502

Expand All @@ -65,5 +66,6 @@ Daniel Strano would like to specifically note that Benn Bollay is almost entirel
QHybrid </en/latest/_static/doxygen/classQrack_1_1QHybrid.html#http://>
QStabilizerHybrid </en/latest/_static/doxygen/classQrack_1_1QStabilizerHybrid.html#http://>
QUnit </en/latest/_static/doxygen/classQrack_1_1QUnit.html#http://>
QUnitMulti </en/latest/_static/doxygen/classQrack_1_1QUnitMulti.html#http://>
QBinaryDecisionTree </en/latest/_static/doxygen/classQrack_1_1QBinaryDecisionTree.html#http://>

0 comments on commit 8fb6107

Please sign in to comment.