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
Add support for getting the UUID of a device (#71)
* Feat: Add support for getting the UUID of a device
`Device::uuid()` was added to get the UUID of a device via the underlying
`cuDevuceGetUuid()` call.
* Fix: Use casting instead of `to_ne_bytes`
Instead of using the `to_ne_bytes()` function, cast directly as `u8`.
Co-authored-by: Riccardo D'Ambrosio <[email protected]>
Co-authored-by: Riccardo D'Ambrosio <[email protected]>
0 commit comments