Skip to content

Commit

Permalink
Fix build error (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelleJS authored Dec 20, 2024
1 parent 7ac67a8 commit de870db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zluda_ml/src/impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub(crate) fn unimplemented() -> nvmlReturn_t {

#[cfg(not(debug_assertions))]
pub(crate) fn unimplemented() -> nvmlReturn_t {
nvmlReturn_t::NVML_ERROR_NOT_SUPPORTED
nvmlReturn_t::ERROR_NOT_SUPPORTED
}

#[allow(non_snake_case)]
Expand Down

0 comments on commit de870db

Please sign in to comment.