Skip to content

Commit d46cf01

Browse files
Update rust/crates/rqd/src/system/linux.rs
Co-authored-by: Diego Tavares <[email protected]> Signed-off-by: Ramon Figueiredo <[email protected]>
1 parent 6d3e8cc commit d46cf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/crates/rqd/src/system/linux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ impl SystemManager for LinuxSystem {
776776
// Create GPU discovery backend
777777
let gpu_discovery = gpu::create_gpu_discovery();
778778

779-
if let Some(discovery) = gpu_discovery {
779+
if let Some(discovery) = gpu::create_gpu_discovery() {
780780
// Detect GPU devices
781781
match discovery.detect_devices() {
782782
Ok(devices) => {

0 commit comments

Comments
 (0)