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
In some cases, e.g. if no IPU devices are available for some reasons (including misconfiguration of the current system), Poplar.get_ipu_device() may return a device, which is actually an IPU model, but then code may not work if using hardware IPU is important. We should check that the return device is an IPU and throw an error otherwise, we should be able to query the TargetType of the device with getTargetType
The text was updated successfully, but these errors were encountered:
In some cases, e.g. if no IPU devices are available for some reasons (including misconfiguration of the current system),
Poplar.get_ipu_device()
may return a device, which is actually an IPU model, but then code may not work if using hardware IPU is important. We should check that the return device is an IPU and throw an error otherwise, we should be able to query theTargetType
of the device withgetTargetType
The text was updated successfully, but these errors were encountered: