Benchmarks result in INTERNAL ASSERT FAILED
when run with device mps
#355
Labels
enhancement
New feature or request
INTERNAL ASSERT FAILED
when run with device mps
#355
Running the benchmarks
main.py
targeting devicemps
results in an assertion failure:Invocation was:
python main.py --device=mps
notably, I also had to comment out lines 66 and 84, with
import torch.mps
, to get this to run - those imports should not be needed?A similar error occurs when trying to do an applied problem using
mps
as the device, e.g. a GCN that uses a sparse adjacency matrix.(this came up in coursework - I will have to recreate a minimum working example so I don't post a solution)
running:
on python 3.10
on Apple Silicon (M2 Max)
The text was updated successfully, but these errors were encountered: