helmholtz-analytics / heat

Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python
https://heat.readthedocs.io/
MIT License
210 stars 53 forks source link

[Bug]: Continuous benchmarks fail for QR due to deprecated value for tiles_per_proc #1330

Closed mrfh92 closed 8 months ago

mrfh92 commented 8 months ago

What happened?

see title for an example see #1228

Code snippet triggering the error

.

Error message or erroneous outcome

.

Version

1.3.x

Python version

None

PyTorch version

None

MPI version

.
github-actions[bot] commented 8 months ago

Branch bugs/1330-_Bug_Continuous_benchmarks_fail_for_QR_due_to_deprecated_value_for_tiles_per_proc created!

mtar commented 8 months ago

It looks like the the warning is not set correctly. Normally, it should not raise an exception.

mrfh92 commented 8 months ago

Now, the warning is crash-free in #1331 Nevertheless, I removed QR with tiles_per_proc=1 from the benchmarks since we actually deprecated this functionality