diff --git a/zluda_ml/src/impl.rs b/zluda_ml/src/impl.rs index 818d7112..ea056330 100644 --- a/zluda_ml/src/impl.rs +++ b/zluda_ml/src/impl.rs @@ -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)]