Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
3.02k stars 115 forks source link

Add support for getting the UUID of a device #71

Closed vmx closed 2 years ago

vmx commented 2 years ago

Device::uuid() was added to get the UUID of a device via the underlying cuDevuceGetUuid() call.

vmx commented 2 years ago

I can also squash and rebase the commit if you prefer that.

RDambrosio016 commented 2 years ago

I usually squash commits anyways, so this is fine :)