Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information