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
The first feature request "select which GPU to use" was implemented recently and will be part of 0.7. We can use DPC++'s SYCL_DEVICE_FILTER environment variable to control what SYCL devices are not rejected by the runtime.
The second feature about selecting fasted device is outside the scope of dpctl. In CUDA, the CUDA runtime provides the functionality to select fastest device and limits which devices are visible. If a similar feature is needed, DPC++ will have to provide the functionality. However, using device enumeration and device properties a user can potentially design such a device selection logic in dpctl.
Uh oh!
There was an error while loading. Please reload this page.
Features:
The text was updated successfully, but these errors were encountered: