diff options
author | Andrzej Janik <[email protected]> | 2024-12-05 05:43:20 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2024-12-05 05:43:20 +0100 |
commit | 9ca1c2da5a1fcbcaab059ee190b74d90e6575007 (patch) | |
tree | 1f5f2695e9dddfd29041fa472aa5c193d4f06b0b /zluda/src/lib.rs | |
parent | 50cfd16a0626116fa5b7380e422aa34d2a68e70b (diff) | |
download | ZLUDA-9ca1c2da5a1fcbcaab059ee190b74d90e6575007.tar.gz ZLUDA-9ca1c2da5a1fcbcaab059ee190b74d90e6575007.zip |
Resolve crashes
Diffstat (limited to 'zluda/src/lib.rs')
-rw-r--r-- | zluda/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zluda/src/lib.rs b/zluda/src/lib.rs index 1f6a7ff..8efbd26 100644 --- a/zluda/src/lib.rs +++ b/zluda/src/lib.rs @@ -73,6 +73,7 @@ cuda_base::cuda_function_declarations!( cuPointerGetAttribute, cuMemGetAddressRange_v2, cuMemsetD32_v2, + cuMemsetD8_v2 ], implemented_in_function <= [ cuLaunchKernel, |