diff options
author | Joƫlle van Essen <[email protected]> | 2024-12-20 18:33:05 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-20 18:33:05 +0100 |
commit | de870db1f1765665f31a9f94da9b8fbfb7bb5baf (patch) | |
tree | b45635aebf695ce7d0041b7e536e18e60cf75ac3 /zluda_ml/src/impl.rs | |
parent | 7ac67a89e9ac08d743242627cacefda518cefd68 (diff) | |
download | ZLUDA-master.tar.gz ZLUDA-master.zip |
Diffstat (limited to 'zluda_ml/src/impl.rs')
-rw-r--r-- | zluda_ml/src/impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zluda_ml/src/impl.rs b/zluda_ml/src/impl.rs index 818d711..ea05633 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)]
|