diff options
Diffstat (limited to 'zluda_lib/src/lib.rs')
-rw-r--r-- | zluda_lib/src/lib.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/zluda_lib/src/lib.rs b/zluda_lib/src/lib.rs deleted file mode 100644 index a489d98..0000000 --- a/zluda_lib/src/lib.rs +++ /dev/null @@ -1,11 +0,0 @@ -pub extern crate zluda;
-
-pub use zluda::cuda::*;
-
-// For some reason, on Linux linker strips out all our re-exports,
-// there's probably a cleaner solution, but for now just exporting
-// the function below stops it from doing so
-#[no_mangle]
-fn _zluda_very_bad_linker_hack() {
- cuInit(0);
-}
|