Open mrfh92 opened 1 week ago
Thank you for the PR!
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.14%. Comparing base (
882f80c
) to head (52d97a8
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Thank you for the PR!
function | mpi_ranks | device | metric | value | ref_value | std | % change | type | alert | lower_quantile | upper_quantile |
---|---|---|---|---|---|---|---|---|---|---|---|
matmul_split_0 | 4 | CPU | RUNTIME | 0.13726 | 0.181238 | 0.0256314 | -24.265 | jump-detection | True | nan | nan |
apply_inplace_normalizer | 4 | CPU | RUNTIME | 0.00320091 | 0.00104532 | 0.00649931 | 206.213 | jump-detection | True | nan | nan |
matmul_split_0 | 4 | GPU | RUNTIME | 0.033585 | 0.0562632 | 0.0285393 | -40.3074 | jump-detection | True | nan | nan |
matmul_split_1 | 4 | GPU | RUNTIME | 0.0259047 | 0.0343244 | 0.0123812 | -24.5298 | jump-detection | True | nan | nan |
concatenate | 4 | GPU | RUNTIME | 0.173058 | 0.142046 | 0.0596402 | 21.8327 | jump-detection | True | nan | nan |
qr_split_1 | 4 | CPU | RUNTIME | 0.197579 | 0.186863 | 0.0262833 | 5.73458 | trend-deviation | True | 0.179407 | 0.196056 |
hierachical_svd_tol | 4 | CPU | RUNTIME | 0.0513506 | 0.0521396 | 0.000182696 | -1.51317 | trend-deviation | True | 0.0515701 | 0.0531136 |
reshape | 4 | CPU | RUNTIME | 0.155652 | 0.160234 | 0.00165965 | -2.85945 | trend-deviation | True | 0.156578 | 0.167456 |
resplit | 4 | CPU | RUNTIME | 1.07068 | 1.0918 | 0.00795151 | -1.93423 | trend-deviation | True | 1.0711 | 1.11149 |
apply_inplace_robust_scaler_and_inverse | 4 | CPU | RUNTIME | 2.36339 | 2.45182 | 0.0576843 | -3.60671 | trend-deviation | True | 2.38057 | 2.56004 |
matmul_split_0 | 4 | GPU | RUNTIME | 0.033585 | 0.0501268 | 0.0285393 | -33 | trend-deviation | True | 0.0339485 | 0.0687051 |
lanczos | 4 | GPU | RUNTIME | 0.618193 | 0.595779 | 0.00583022 | 3.76207 | trend-deviation | True | 0.581043 | 0.617789 |
hierachical_svd_tol | 4 | GPU | RUNTIME | 0.123252 | 0.119621 | 0.000163931 | 3.03512 | trend-deviation | True | 0.117207 | 0.122445 |
kmeans | 4 | GPU | RUNTIME | 0.680437 | 0.646702 | 0.00515695 | 5.21645 | trend-deviation | True | 0.623644 | 0.677172 |
apply_inplace_robust_scaler_and_inverse | 4 | GPU | RUNTIME | 6.21877 | 5.8251 | 0.0352397 | 6.75803 | trend-deviation | True | 5.51667 | 6.17805 |
Grafana Dashboard Last updated: 2024-11-15T08:33:51Z
Thank you for the PR!
Thank you for the PR!
Thank you for the PR!
Due Diligence
benchmarks: created for new functionalityDescription
Batched QR
Issue/s resolved: necessary for #1696
Changes proposed:
ht.linalg.qr now is able to compute QR for batches of matrices, as PyTorch's batched linear algebra does
Type of change
(not really) new feature
Does this change modify the behaviour of other functions? If so, which?
yes (ht.linalg.qr)