So far we only benchmarked against PyTorch+OpenBLAS. We should also benchmark against PyTorch+Accelerate. Here are a few ways how to do it: * https://towardsdatascience.com/installing-pytorch-on-apple-m1-chip-with-gpu-acceleration-3351dc44d67c * https://twitter.com/isuru_f/status/1636013111592329216 (`conda install "libblas=*=*_accelerate"`)
So far we only benchmarked against PyTorch+OpenBLAS. We should also benchmark against PyTorch+Accelerate.
Here are a few ways how to do it:
conda install "libblas=*=*_accelerate")