This is an automated email from the ASF dual-hosted git repository.
ryankert01 pushed a change to branch v0.6-stable
in repository https://gitbox.apache.org/repos/asf/mahout.git
from 53df6fc28 chore(release): bump versions to 0.6.0rc1 / 0.2.0-rc1
add 79a35be5b fix(qdp): reject invalid non-amplitude benchmark combos
(#1303)
add 2ba2df9fc fix(qdp): fall back to CPU when GPU arch not in PyTorch's
compiled list (#1323)
add 94ead188d fix(build): gate test_rust on nvcc presence, not just
nvidia-smi (#1322)
add 6156afbfb fix(qdp): guard batch size multiplication against overflow
(#1324)
add 7433d07f7 chore(release): bump versions to 0.6.0rc2 / 0.2.0-rc2
No new revisions were added by this update.
Summary of changes:
Makefile | 20 ++-
pyproject.toml | 2 +-
qdp/Cargo.toml | 2 +-
qdp/qdp-core/src/gpu/encodings/amplitude.rs | 10 +-
qdp/qdp-core/src/preprocessing.rs | 30 +++-
qdp/qdp-python/benchmark/README.md | 13 +-
qdp/qdp-python/benchmark/benchmark_latency.py | 20 +--
qdp/qdp-python/benchmark/benchmark_throughput.py | 20 +--
qdp/qdp-python/benchmark/utils.py | 35 ++++
qdp/qdp-python/qumat_qdp/api.py | 11 +-
qdp/qdp-python/qumat_qdp/loader.py | 53 +++++-
testing/conftest.py | 1 +
.../qdp_python/test_benchmark_cli_validation.py | 185 +++++++++++++++++++++
testing/qdp_python/test_fallback.py | 5 +-
testing/qdp_python/test_torch_ref.py | 32 +++-
15 files changed, 386 insertions(+), 53 deletions(-)
create mode 100644 testing/qdp_python/test_benchmark_cli_validation.py