This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/uv/qdp/qdp-python/wheel-0.46.2
in repository https://gitbox.apache.org/repos/asf/mahout.git
omit c3f3d24f7 Bump wheel from 0.45.1 to 0.46.2 in /qdp/qdp-python
add 573e6b796 Refactor: Unify Qubit Validation Logic (#908)
add 026e6c762 MAHOUT-799 [QDP] Add IQP encoding (#868)
add 8ab9dbe42 quick fix: testing errors (#924)
add 328c7e353 Add tensorflow to dev dependency (#927)
add ddda19c13 Bump wheel from 0.45.1 to 0.46.2 in /qdp/qdp-python
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c3f3d24f7)
\
N -- N -- N refs/heads/dependabot/uv/qdp/qdp-python/wheel-0.46.2
(ddda19c13)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
pyproject.toml | 1 +
qdp/qdp-core/src/encoding/angle.rs | 8 +-
qdp/qdp-core/src/gpu/encodings/amplitude.rs | 2 +-
qdp/qdp-core/src/gpu/encodings/angle.rs | 21 +-
qdp/qdp-core/src/gpu/encodings/basis.rs | 21 +-
.../src/gpu/encodings/{angle.rs => iqp.rs} | 108 ++--
qdp/qdp-core/src/gpu/encodings/mod.rs | 41 +-
qdp/qdp-core/src/preprocessing.rs | 25 +-
qdp/qdp-core/tests/iqp_encoding.rs | 660 +++++++++++++++++++++
qdp/qdp-kernels/build.rs | 2 +
qdp/qdp-kernels/src/iqp.cu | 232 ++++++++
qdp/qdp-kernels/src/kernel_config.h | 7 +
qdp/qdp-kernels/src/lib.rs | 58 ++
qdp/qdp-python/uv.lock | 1 +
testing/qdp/test_bindings.py | 260 ++++++++
uv.lock | 427 ++++++++++++-
16 files changed, 1775 insertions(+), 99 deletions(-)
copy qdp/qdp-core/src/gpu/encodings/{angle.rs => iqp.rs} (67%)
create mode 100644 qdp/qdp-core/tests/iqp_encoding.rs
create mode 100644 qdp/qdp-kernels/src/iqp.cu