aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoĆ«lle van Essen <[email protected]>2024-12-20 18:33:05 +0100
committerGitHub <[email protected]>2024-12-20 18:33:05 +0100
commitde870db1f1765665f31a9f94da9b8fbfb7bb5baf (patch)
treeb45635aebf695ce7d0041b7e536e18e60cf75ac3
parent7ac67a89e9ac08d743242627cacefda518cefd68 (diff)
downloadZLUDA-master.tar.gz
ZLUDA-master.zip
Fix build error (#314)HEADmaster
-rw-r--r--zluda_ml/src/impl.rs2
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)]