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
you quickly notice that the GPU was probably not used (the same happens for tf).
At this point we might want to double check that the selected device is used in the computation.
The text was updated successfully, but these errors were encountered:
Both the backends set the GPU as default device, if available:
qiboml/src/qiboml/backends/pytorch.py
Line 55 in 96f7c47
https://github.com/qiboteam/qiboml/blob/96f7c471286192ef0e43295e811878c57d3acafe/src/qiboml/backends/tensorflow.py#L66C1-L70C46
however, if you try something as simple as:
you quickly notice that the GPU was probably not used (the same happens for tf).
At this point we might want to double check that the selected device is used in the computation.
The text was updated successfully, but these errors were encountered: