Referring to multi gpu workflows, if I have 2 GPUs available and can run a 30q GHZ circuit on a single GPU, will the second GPU be automatically picked up for a 31q simulation on a jupyter notebook run?
I want to try avoid running mpirun
on the command line for .py
files and would like to run multi-gpu workflows on .ipynb
files.
Thanks.