[Feature] Add __abs__
docstrings, __neg__
, __rxor__
, __ror__
,…
#2030
benchmarks.yml
on: push
CPU Pytest benchmark
8m 5s
GPU Pytest benchmark
11m 48s
Annotations
3 errors and 1 warning
GPU Pytest benchmark
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
|
GPU Pytest benchmark
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
|
GPU Pytest benchmark
# :warning: **Performance Alert** :warning:
Possible performance regression was detected for benchmark **'GPU Benchmark Results'**.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold `2`.
| Benchmark suite | Current: d1363eb9d10460583c9f1966dbc5e1e82e006dd8 | Previous: c671d8ce511ede83245b3c06badc78e7c5ed636b | Ratio |
|-|-|-|-|
| `benchmarks/tensorclass/test_torch_functions.py::test_ones_like` | `112.62742991855316` iter/sec (`stddev: 0.0027530210351535194`) | `230.9326612911524` iter/sec (`stddev: 0.00012313419932585758`) | `2.05` |
This comment was automatically generated by [workflow](https://github.com/pytorch/tensordict/actions?query=workflow%3AContinuous%20Benchmark) using [github-action-benchmark](https://github.com/marketplace/actions/continuous-benchmark).
CC: @vmoens
Comment was generated at https://github.com/pytorch/tensordict/commit/d1363eb9d10460583c9f1966dbc5e1e82e006dd8#commitcomment-150614829
|
GPU Pytest benchmark
Performance alert! Previous value was 230.9326612911524 and current value is 112.62742991855316. It is 2.050412243786012x worse than previous exceeding a ratio threshold 2
|