filecoin-project / filecoin-ffi

C and CGO bindings for Filecoin's Rust libraries
Other
94 stars 136 forks source link

fix: list GPU devices also with SupraSeal #444

Closed vmx closed 6 months ago

vmx commented 6 months ago

SupraSeal has it's own GPU device management. The rest of the system does not know, which GPUs will be used/are available. Though some code paths still use the usual Rust based code. Instead of returning no devices, the call to get_gpu_devices now returns all devices the Rust based system will use. It's not necessarily the same as SupraSeal will use.