Releases: unitaryfund/qrack
Clifford+RZ improvements
QUnit
could previously only use v8.12 features with Clifford+T gate set; this has been expanded to Clifford+RZ, such as for the default optimal stack. (Erroneously, the v8.12.0 release stated QUnit
could already use Clifford+RZ, though those release notes have been amended.)
Also in this release, measurement distribution sampling for QStabilizerHybrid
gains a linear advantage proportional to shots, for a given unitary preamble circuit.
File SHA-1 sums:
3f2cf58ef52ee083df12dd0eabadd8e623e14170 Qrack-8.12.2-Darwin_x86-64.sh
150e38f44da485abd7d31dd4b31eb4f02d2c10eb Qrack-8.12.2-Emscripten.sh
0045d8a2b7607c2bfbf9222dcac8a5d865e7d8ef Qrack-8.12.2-Linux_arm64.sh
c133a0867b7340d078c7275f489973f20e4307fe Qrack-8.12.2-Linux_armv7.sh
f966cb34994790c77b56baecd418785c925120e6 Qrack-8.12.2-Linux_Ubuntu_20.04_LTS_x86-64.sh
94cc7aec004a86bb0c8ddbf53f462d70c6c5a135 Qrack-8.12.2-Linux_Ubuntu_22.04_LTS_x86-64.sh
55fe01a5cdb004e80394b0d97888476266ae2f35 Qrack-8.12.2-win32.exe
f31ed058f23c938414422df920329915c93e36bd Qrack-8.12.2-win64.exe
10804aa9c0450d1725021a62b1a15a6db4cb3f22 Qrack-8.12.2-WSL_Ubuntu_22.04_LTS_RTX_3080.sh
10a4221a7281b92ebc8cf2b68f394080847ce661 qrack_linux_arm64_benchmarks
5635acb4c185156eb5045b756b81df4accd11a28 qrack_linux_armv7_benchmarks
735abc0c1b1e66690167d46f72c5c95cdce02302 qrack_mac_x86-64_benchmarks
2750e7ab70fa9b3fe33b965f25ce3c82abd73a7f qrack_Ubuntu_20.04_LTS_benchmarks
65b98800e11ec7d408000cb00db5df1e32baf12d qrack_Ubuntu_22.04_LTS_benchmarks
b9e5d7d5845a9d6971fe20a5f73d5e5190cb6ee1 qrack_windows_x86-64_benchmarks.exe
ea7f4ac9661721eaea36fe5ba27e5ddacf8bf41f qrack_windows_x86_benchmarks.exe
71a99286d9ff1fdba30619aa66e6f33d17a6abfb qrack_WSL_Ubuntu_22.04_LTS_benchmarks
Full Changelog: vm6502q.v8.12.1...vm6502q.v8.12.2
Multi-GPU Clifford+RZ
The "Clifford+RZ" improvements of yesterday's v8.12.0 should work with QPager
on multi-GPU systems. (Apologies, the developers have limited access to resources to test this, but please open an issue with your error, if you find this doesn't work as intended.)
When using gates outside of the set "Clifford+RZ," high-width stabilizer-to-state-vector conversion has been parallelized, which should improve speed in that case.
In the source code, half
and quad
floating point precision builds now compile, again. (These should be considered experimental build settings which are not universally supported, such as via the extern C
shared library interface, but, again, please always feel free to open a bug report, as your testing and usage helps us find and address unrecognized issues in Qrack!)
File SHA-1 sums:
119ec405f68dd35a65e9f1ec0e0af40225d5a72e Qrack-8.12.1-Darwin_x86-64.sh
f40b1b569d1ca6ff7e92970a16be364a6f43a056 Qrack-8.12.1-Emscripten.sh
4483e15e071e75683f53e5466a84a4ab214249ee Qrack-8.12.1-Linux_arm64.sh
f817fe32927b29f8dac8dc555d98296ef2a7aaf6 Qrack-8.12.1-Linux_armv7.sh
895d7f060aba8acb0672926f3f989309bf6247c5 Qrack-8.12.1-Linux_Ubuntu_20.04_LTS_x86-64.sh
23750ba700567b951fdc9c4b30fb3b72b5abd15e Qrack-8.12.1-Linux_Ubuntu_22.04_LTS_x86-64.sh
ca7292a54b5b61ce154ff4e4df5302813023304b Qrack-8.12.1-win32.exe
f5b78ce19a50d3740736dd5f11e54a59d873bf49 Qrack-8.12.1-win64.exe
9380309e0bbc9812c8ade93dffa2718fb9864ca1 Qrack-8.12.1-WSL_Ubuntu_22.04_LTS_RTX_3080.sh
a3d962a3cb9961fd3f6de68bcbe47d397b268cdb qrack_linux_arm64_benchmarks
d106577cc2f9e537aa2c91f56250c21184ecb1d1 qrack_linux_armv7_benchmarks
c7918b7411848805a67f002b1393833ea689ffb6 qrack_mac_x86-64_benchmarks
f53031fd99780e3251008e09d799bcbdb749d0b1 qrack_Ubuntu_20.04_LTS_benchmarks
d9ebdc8e694f9bd21411bdeecb0c262ceaabc6eb qrack_Ubuntu_22.04_LTS_benchmarks
6280f172e7fc219eb9c180566226056804f30d7e qrack_windows_x86-64_benchmarks.exe
f6b5968ec7bd9167b881b994c4f9f709a4ca568c qrack_windows_x86_benchmarks.exe
55726efe278b304dcd0357774c0bddee4743d647 qrack_WSL_Ubuntu_22.04_LTS_benchmarks
Clifford+RZ
QStabilizerHybrid
has been fundamentally improved, particularly for the gate set "Clifford+RZ" (or "Clifford+T"). The entire unitary portion of circuit simulation, before measurement, now has a polynomial-complexity simulation algorithm, in space and time requirements. If measuring across the full width of the simulator, or sampling, measurement (alone) scales exponentially in space requirements proportional to (less than or up to) the number of non-Clifford RZ
(or T
) gates, and exponentially in time requirements proportional to base logical qubit count in the simulator instance.
No special considerations are necessary to engage this simulation mode: simply restrict your gate set to Clifford+RZ, when using any simulator that properly includes the QStabilizerHybrid
layer, such as the default optimal simulator stack.
(UPDATE: Actually, it turns out that the default optimal stack, with QUnit
, will apparently work for Clifford+T, but not Clifford+RZ. For Clifford+RZ, use QStabilizerHybrid
without QUnit
.)
File SHA-1 sums:
88c6981d435fcfd23bbebc494fad3907fcd70ade Qrack-8.12.0-Darwin_x86-64.sh
2d5a83e09bad8a1e38a4730689d1676b2f357934 Qrack-8.12.0-Emscripten.sh
8d91cab5ac4022b11bd0a56c842bc3b623422cd6 Qrack-8.12.0-Linux_arm64.sh
d3c77e6264ce4b7920f882c14dd2c5d25a26e210 Qrack-8.12.0-Linux_armv7.sh
9cee706e5028820bbceb5a2d2c5ed607f19ee438 Qrack-8.12.0-Linux_Ubuntu_20.04_LTS_x86-64.sh
1102a4d3eb05580cf51b89108623ea7838a4c9a5 Qrack-8.12.0-Linux_Ubuntu_22.04_LTS_x86-64.sh
0b0feb57021d23946d3f164c076fbc6c7ad38617 Qrack-8.12.0-win32.exe
915e35c23a782f25e96c5c5b5db8eaf4e46ff5f0 Qrack-8.12.0-win64.exe
2825c4f57a781299979f6ed1a292e748d5408b02 Qrack-8.12.0-WSL_Ubuntu_22.04_LTS_RTX_3080.sh
7aa9ed38fe2fd2a7465dc26c5116bdd64574d3e9 qrack_linux_arm64_benchmarks
90d6a2ca22f1f9188c58f13379c0787f1cd7a53d qrack_linux_armv7_benchmarks
1489ded9c97751e33681775714387624e9a84a2b qrack_mac_x86-64_benchmarks
ccb0e4e24d1af18c6a72305de7d5323698153a84 qrack_Ubuntu_20.04_LTS_benchmarks
e25295a0101bc48f5119ffe7cd316e0ae2e7746d qrack_Ubuntu_22.04_LTS_benchmarks
089bd1bc39192b061e07252f1c30a740c71adac0 qrack_windows_x86-64_benchmarks.exe
47ba50978d7bb14bef5982eb70cdee4d8f4b5a77 qrack_windows_x86_benchmarks.exe
448c8dbfcd9a0dc7b53c9f85510c0abee3dce32b qrack_WSL_Ubuntu_22.04_LTS_benchmarks
What's Changed
QStabilizerHybrid
has been fundamentally improved, particularly for the gate set "Clifford+RZ" or "Clifford+T" (see above for more information or below for the full changelog).- unitaryhack - Extend QCircuit to QInterface #988 by @stevescia in #991
- Stabilizer debug by @WrathfulSpatula in #992
New Contributors
- @stevescia made their first contribution in #991
Full Changelog: vm6502q.v8.11.8...vm6502q.v8.12.0
Fix QStabilizerHybrid
This fixes the instability due to T-gadget injection in the last patch release.
Apologies for the instability in the last several patch releases: we are hard at work at trying to improve QStabilizerHybrid
performance on Clifford+T benchmarks. Happily, there seems to be a promising route forward, and methods like GetAmplitude()
have already seen meaningful improvements. More will follow, on Clifford+T simulation!
File SHA-1 sums:
34a354958d41ad98ad642296354cb5af202477db Qrack-8.11.8-Darwin_x86-64.sh
a740a5310695f6e49c2747027bf05619c9a0593a Qrack-8.11.8-Emscripten.sh
a9fe7f95d55ff1c8bda8c02524d2802737a16bb8 Qrack-8.11.8-Linux_arm64.sh
2e166515a98e1ad325859a296e00b175b2830df2 Qrack-8.11.8-Linux_armv7.sh
a338f8203d6acd7682ac105f8b545f5c3e965a48 Qrack-8.11.8-Linux_Ubuntu_20.04_LTS_x86-64.sh
ae7c447fc362baa79e2e909561dc2ae1684fc53e Qrack-8.11.8-Linux_Ubuntu_22.04_LTS_x86-64.sh
78b1986524424dbd5a7a55fe4ac7169338619b30 Qrack-8.11.8-win32.exe
cecdfc82b9c0b389eb73e75b5098815fe4429a0b Qrack-8.11.8-win64.exe
5e2aa56520ff8812cbc20066ab21c88756024232 Qrack-8.11.8-WSL_Ubuntu_22.04_LTS_RTX_3080.sh
555700eacc7c48e174024ff997526e7feb74bcd7 qrack_linux_arm64_benchmarks
3ca5dee2fe3d6e94934322b05b092b907e84a159 qrack_linux_armv7_benchmarks
468d7aaad9fab99decc5ea700d67739f5e2830c1 qrack_mac_x86-64_benchmarks
75904b63d0473f5e5dd4c9d07f5697087c92765f qrack_Ubuntu_20.04_LTS_benchmarks
e25295a0101bc48f5119ffe7cd316e0ae2e7746d qrack_Ubuntu_22.04_LTS_benchmarks
3e0486c61ff175509a58af27a04c46b7d87106dc qrack_windows_x86-64_benchmarks.exe
c973b06daf753018f44fa8e89f54ddd8a863a632 qrack_windows_x86_benchmarks.exe
a62e14c2419353c1284d8c2081488ede1c5293ee qrack_WSL_Ubuntu_22.04_LTS_benchmarks
Full Changelog: vm6502q.v8.11.7...vm6502q.v8.11.8
Debug and optimize QStabilizerHybrid (2)
A performance regression in test_qft_cosmology
with QStabilizerHybrid
has been fixed. QStabilizer
and QStabilizerHybrid
have been refactored for code standards.
File SHA-1 sums:
83dde25cfb735da42656de16f35a8a7dd5c3b0af Qrack-8.11.7-Darwin_x86-64.sh
8a5f9e64b0b7541b17484b753bf3bf4a718454ab Qrack-8.11.7-Emscripten.sh
2e707d1eba6d0d4040294adace0390ab7e2aec91 Qrack-8.11.7-Linux_arm64.sh
53ce8c321bf590241e6d96d268c6985601770b8f Qrack-8.11.7-Linux_armv7.sh
a2f98d98fd4206befdd966ad0b0b005df1d69eae Qrack-8.11.7-Linux_Ubuntu_20.04_LTS_x86-64.sh
71b890c6e3a68da63647a154272eedaf93373b83 Qrack-8.11.7-Linux_Ubuntu_22.04_LTS_x86-64.sh
680a1e784ad8b02585d7e0df993e03b16dd1ee82 Qrack-8.11.7-win32.exe
75645189d4df250ba1b2108812b1ee787ef88eda Qrack-8.11.7-win64.exe
6ecd13a7469fc3a0d3b3c97c1aded4732c3d4cb2 Qrack-8.11.7-WSL_Ubuntu_22.04_LTS_RTX_3080.sh
959ee8b7c8bd67b4aacec0cdff9450f3209ee8e6 qrack_linux_arm64_benchmarks
12fabfcc38e8a71a8e063b3f8ebd3a06942ec09e qrack_linux_armv7_benchmarks
52e08aae5484b3e982bdb129279a4d54fcc86e77 qrack_mac_x86-64_benchmarks
ad0045239ad72e7459bd429dfb01f70bee733496 qrack_Ubuntu_20.04_LTS_benchmarks
20bd8c23445cd60f06a65a6b22f6661eb8d0eab8 qrack_Ubuntu_22.04_LTS_benchmarks
05211d0e8642796aa96d4f2ec7cfc11584231735 qrack_windows_x86-64_benchmarks.exe
0cf36daf0f8c18ded3def0a3d85cc13bb5c7d7e8 qrack_windows_x86_benchmarks.exe
c22dfa2a11deb594ccdae211adf8586c5141486d qrack_WSL_Ubuntu_22.04_LTS_benchmarks
Full Changelog: vm6502q.v8.11.6...vm6502q.v8.11.7
Debug and optimize QStabilizerHybrid
This release fixes the bugged edge cases of the previous patch release, in QStabilizerHybrid
.
File SHA-1 sums:
5eb6a5551a95e9fd46b353eb5fcc3c4ae1fd70b9 Qrack-8.11.6-Darwin_x86-64.sh
03efb4675ba1f51d28404ec0a1d30b29b9de4958 Qrack-8.11.6-Emscripten.sh
84d9d0767c3fba9b83cc461fa713f3f456c5f7ce Qrack-8.11.6-Linux_arm64.sh
cf2244262ddc23123db89c433e12c6fcc9e914ad Qrack-8.11.6-Linux_armv7.sh
390ce4d8906833410d26f786c3f089f37a80fd8f Qrack-8.11.6-Linux_Ubuntu_20.04_LTS_x86-64.sh
1082d1504d98a388b30863dfafaa0b9cd25ebdb9 Qrack-8.11.6-Linux_Ubuntu_22.04_LTS_x86-64.sh
2ae3d754563f7e5b276c8c98511c323250d00bff Qrack-8.11.6-win32.exe
594890c0d19562105d5fbf5115ae0c3f7534734a Qrack-8.11.6-win64.exe
3c2ca7381044c3f89c2082d4e308b207bba02b3c Qrack-8.11.6-WSL_Ubuntu_22.04_LTS_RTX_3080.sh
138e825ca5166d994eb033e98a954657fdd4a5ed qrack_linux_arm64_benchmarks
bf65f6e196394c2030aa702605900886a568c63c qrack_linux_armv7_benchmarks
7852229df6dc808753eb949cee51cace7e6a98df qrack_mac_x86-64_benchmarks
ee804df698e4fedfb8f4571818bafab16e35db8f qrack_Ubuntu_20.04_LTS_benchmarks
ba1aee3331a1ededa6cade836d50442d97085aad qrack_Ubuntu_22.04_LTS_benchmarks
8746bf07168f5481f488ac0e5eed2df8f34ea1a3 qrack_windows_x86-64_benchmarks.exe
7d442703eab273ffe25e5c519a91eb1546f48335 qrack_windows_x86_benchmarks.exe
eb6f523b214ef5fd69e93149d15205b6f7136afa qrack_WSL_Ubuntu_22.04_LTS_benchmarks
What's Changed
- Hybrid stabilizer improvements by @WrathfulSpatula in #990
Full Changelog: vm6502q.v8.11.5...vm6502q.v8.11.6
Optimize QStabilizerHybrid and QBdt
The commutation relations used for ancilla in Prob()
and ForceM()
have been improved in QStabilizerHybrid
. Also, unnecessary copies of SIMD data types have been removed in QBdt
.
File SHA-1 sums:
6597fda8abf2ef470746f4d37924d946b37509a9 Qrack-8.11.5-Darwin_x86-64.sh
b225624319afbc5338e52ea036ee0a6a7f84496a Qrack-8.11.5-Emscripten.sh
0a54fe565e4803d15d456b545e06708ffe8bb074 Qrack-8.11.5-Linux_arm64.sh
d8212afac3dc2a3f6168778279bf7804ff10cc43 Qrack-8.11.5-Linux_armv7.sh
a91afcdbc50ada3516c8c0a47225775208b4af54 Qrack-8.11.5-Linux_Ubuntu_20.04_LTS_x86-64.sh
4771dfe5222072badd868431b3712fdd0ff2838b Qrack-8.11.5-Linux_Ubuntu_22.04_LTS_x86-64.sh
36ada0091fd10cb044b3e90c628a0f4dcf0405e8 Qrack-8.11.5-win32.exe
e11d39e1c8f09cb40e2d29ea3ec8e84e86afc2c7 Qrack-8.11.5-win64.exe
8115f818d4e5e2bbf1c95cdc176cde1f8cee56fc Qrack-8.11.5-WSL_Ubuntu_22.04_LTS_RTX_3080.sh
b9c1e034cd6b9bafb1d2b2895ff289880b3df6bf qrack_linux_arm64_benchmarks
2d6b3ce07221f050a7ea7b2847a0a98ba5a6f13a qrack_linux_armv7_benchmarks
9e26530dc249ec1e4494d7da6bce5dacf7a63065 qrack_mac_x86-64_benchmarks
a6f9fe4fa4c491a4c7c9612eeebb755b87c6501f qrack_Ubuntu_20.04_LTS_benchmarks
6445aa61e79325d58d00d9357b2158dca6c7da46 qrack_Ubuntu_22.04_LTS_benchmarks
c062d9cab4a849667116fbaed2a4b382e4b78808 qrack_windows_x86-64_benchmarks.exe
3f753f415189edc6f23fb5ebbf2132baa775a979 qrack_windows_x86_benchmarks.exe
ad17e04227a801e71e3fe5ae604193b32d7eabba qrack_WSL_Ubuntu_22.04_LTS_benchmarks
Full Changelog: vm6502q.v8.11.4...vm6502q.v8.11.5
Prep for PyQrack v1.11.4
This release fixes 2 very minor loop condition variable narrowing warnings. It also removes the last of deprecated C++11 STL usage, allowing C++14 compilation for Emscripten (WASM).
We plan another PyQrack release today or tomorrow, to improve QrackCircuit
. The changes required in PyQrack are entirely at Python level, not in the C++ binaries. However, as we had this work on the head of main
C++ development branch, we're rolling them into another release before turning to PyQrack.
File SHA-1 sums:
41d3b16cc17f406939bedb116f7c171a5618aefd Qrack-8.11.4-Darwin_x86-64.sh
403fa5f1145c3e834f4ba3c41fa86c397b801591 Qrack-8.11.4-Emscripten.sh
5e6820664d3e36a4e21eb93701c587f3e00d6e51 Qrack-8.11.4-Linux_arm64.sh
4470581ddbc4a8dfc153dad3de7bea05c4f4a96c Qrack-8.11.4-Linux_armv7.sh
3cdc327e85f9d3718a64a89c388102364b1201b4 Qrack-8.11.4-Linux_Ubuntu_20.04_LTS_x86-64.sh
677a50cb663cce07b47dadc0e62895b5e2ceb95c Qrack-8.11.4-Linux_Ubuntu_22.04_LTS_x86-64.sh
fe8f637cd949020c71bad1921123d3411d0ff64e Qrack-8.11.4-win32.exe
4b7f3caf5990386733cb1295ba49940a440be541 Qrack-8.11.4-win64.exe
1e640514b83924df064d6adc744cc1c0cc67c824 Qrack-8.11.4-WSL_Ubuntu_22.04_LTS_RTX_3080.sh
49c93f9c732a64c57806a3b8b2a04bbb17fe8243 qrack_linux_arm64_benchmarks
d31d2763139b49b91e753cc7118ab4c865326f25 qrack_linux_armv7_benchmarks
e41f976e561e3d004512bf8fbfdb4f8bc5767725 qrack_mac_x86-64_benchmarks
2bc0c4f9a133bf2198ac649cff157454ad9fe831 qrack_Ubuntu_20.04_LTS_benchmarks
6445aa61e79325d58d00d9357b2158dca6c7da46 qrack_Ubuntu_22.04_LTS_benchmarks
3fefbf2498270aeaf8fbf757b4da3458461d789d qrack_windows_x86-64_benchmarks.exe
b7ce9dcacdfe327ba56b5fae85021193356856db qrack_windows_x86_benchmarks.exe
e324e2209c18504f760cc709919b94d643d7cc34 qrack_WSL_Ubuntu_22.04_LTS_benchmarks
Full Changelog: vm6502q.v8.11.3...vm6502q.v8.11.4
C++14 memory safety
In the course of assessing how to best use C++14, several minor memory problems surfaced, with the use of std::unique_ptr
for arrays: this release fixes them.
File SHA-1 sums:
7c30a2dc301452630ddb11584fe6b73e295fa0b6 Qrack-8.11.3-Darwin_x86-64.sh
42f713d5774284451e78233f37dc4eb1f046ed1b Qrack-8.11.3-Emscripten.sh
866b3a630908d9a01d94bea59b549f19451718cd Qrack-8.11.3-Linux_arm64.sh
e5b4223edfbfd12dc912a29722e9c3f7ab90fc58 Qrack-8.11.3-Linux_armv7.sh
6a67fed6371ea09b596afa1e4c26b3447f279363 Qrack-8.11.3-Linux_Ubuntu_20.04_LTS_x86-64.sh
7461c9fbb46aa1d63c5f69d1df326c194c7386f4 Qrack-8.11.3-Linux_Ubuntu_22.04_LTS_x86-64.sh
5eec529e8f55f66aaf611789409159e8d8980d9e Qrack-8.11.3-win32.exe
b2d1e041d79df810004a27a90307f9b93996eccf Qrack-8.11.3-win64.exe
7b8018d259bf967d9d3e8282930dd7753ca29acc Qrack-8.11.3-WSL_Ubuntu_22.04_LTS_RTX_3080.sh
cc8f1135b94473b3b604eac90ca2545caa01a57e qrack_linux_arm64_benchmarks
181c832b8212772fce9052675a668c2ac4b3b8ac qrack_linux_armv7_benchmarks
c6c46285dc41ed46bf94eccc4770d4ad546d95f3 qrack_mac_x86-64_benchmarks
d90188e5559e46c9b936909e4235fef6b76e1a36 qrack_Ubuntu_20.04_LTS_benchmarks
aab99aaa49be1b1881e9442f7f13b6bbeda73235 qrack_Ubuntu_22.04_LTS_benchmarks
9ea5b2bd0d454d5c563542e5fb32a37963d39ec7 qrack_windows_x86-64_benchmarks.exe
4a312a160ef31a0a8bac73198edbeffdda9facd2 qrack_windows_x86_benchmarks.exe
997f9f14ad15fec0bf9511a96e9f70116838b9de qrack_WSL_Ubuntu_22.04_LTS_benchmarks
Full Changelog: vm6502q.v8.11.2...vm6502q.v8.11.3
C++14
For this release, C++14 is being trialed as the build standard. Partly, this is due to Qrack's Boost dependency requiring C++14 come around July. No code update is necessary to compile for any currently-released language standard. C++11 builds still work and will continue to be supported. std::make_unique
is the most significant code update, dependent on CMake language standard option.
(Emscripten is still C++11.)
File SHA-1 sums:
de7f74e7072f465b5202bdecdce25727317fb85e Qrack-8.11.2-Darwin_x86-64.sh
ce344a813807780eb9b7a2f9cb13a0a0cdd1430e Qrack-8.11.2-Emscripten.sh
668b22c76f3a77afa5b69ef0c01c6b46699858e8 Qrack-8.11.2-Linux_arm64.sh
a9f1cc73e8bb2c964dbfb73d1b579c4590c788ec Qrack-8.11.2-Linux_armv7.sh
8bb4f38797ced602c786244cffb6f6ade87d27a4 Qrack-8.11.2-Linux_Ubuntu_20.04_LTS_x86-64.sh
8c4e05c8cb29f23263055bdc1df51a755690b0b4 Qrack-8.11.2-Linux_Ubuntu_22.04_LTS_x86-64.sh
46c78be5067fbcf1b5398717c5223dc5518d2486 Qrack-8.11.2-win32.exe
10f35039d791aa18926ae35b1f3cb3668109fc4b Qrack-8.11.2-win64.exe
618acbf903188eece2a6ea1dda4e5263de09b441 Qrack-8.11.2-WSL_Ubuntu_22.04_LTS_RTX_3080.sh
c1445fb38126f02ae0ceb65923f53a50170f4178 qrack_linux_arm64_benchmarks
91a99f7015fd8181818d3effcb48678673e9acb0 qrack_linux_armv7_benchmarks
c6c46285dc41ed46bf94eccc4770d4ad546d95f3 qrack_mac_x86-64_benchmarks
a5cb9f3a6df54e02ecda2807afd76658044341cc qrack_Ubuntu_20.04_LTS_benchmarks
aab99aaa49be1b1881e9442f7f13b6bbeda73235 qrack_Ubuntu_22.04_LTS_benchmarks
40c910a0af70c957fe142bde88668443183e00c8 qrack_windows_x86-64_benchmarks.exe
9a39f2b5ff049b51d6eaebd835a7c8ce9f9edbb4 qrack_windows_x86_benchmarks.exe
997f9f14ad15fec0bf9511a96e9f70116838b9de qrack_WSL_Ubuntu_22.04_LTS_benchmarks
Full Changelog: vm6502q.v8.11.1...vm6502q.v8.11.2