You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my machine with v100 P100 GPUs, the runtime goes from 286ms to 316ms
To repro:
# setup pytorch/benchmark
git clone https://github.com/pytorch/benchmark
cd benchmark
# this doesn't need to complete successfully -- we just need to install torchbenchmark's basic dependencies.
python setup.py install
python run_benchmark.py functorch
The text was updated successfully, but these errors were encountered:
With V100 on FAIR cluster I see 190ms to 211ms which is roughly 5%, so I can repro your v100 numbers @samdow. These numbers aren't crazy enough to investigate for 1.13, but might be worth looking into if this is overhead or something else
zou3519
changed the title
10% regression in functorch_maml_omniglot_cuda model from 0.2.1 to latest
Small (<5%) regression in functorch_maml_omniglot_cuda model from 0.2.1 to latest
Oct 10, 2022
On my machine with
v100P100 GPUs, the runtime goes from 286ms to 316msTo repro:
The text was updated successfully, but these errors were encountered: