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
* Added a `device::default_()` function for obtaining the default CUDA device
* Added a bit of code using `device::default_()` to the `device_management` example program
* Added a `device::default_()` function for obtaining the default CUDA device
* Added a bit of code using `device::default_()` to the `device_management` example program
This:
is too verbose of a command for getting the default device. Instead, let's make it:
(I was mulling over the choice of function name, between this and
get_default()
, and went with the shorter one; comment if you disagree.)The text was updated successfully, but these errors were encountered: