ZLUDA/detours-sys
Andrzej Janik 1b9ba2b233 Nobody expects the Red Team
Too many changes to list, but broadly:
* Remove Intel GPU support from the compiler
* Add AMD GPU support to the compiler
* Remove Intel GPU host code
* Add AMD GPU host code
* More device instructions. From 40 to 68
* More host functions. From 48 to 184
* Add proof of concept implementation of OptiX framework
* Add minimal support of cuDNN, cuBLAS, cuSPARSE, cuFFT, NCCL, NVML
* Improve ZLUDA launcher for Windows
2024-02-11 20:45:51 +01:00
..
build Fix Windows ZLUDA injector (#26) 2021-01-03 18:45:48 +01:00
src Nobody expects the Red Team 2024-02-11 20:45:51 +01:00
build.rs Add a library for dumping kernels arguments before and after launch (#18) 2021-01-16 22:28:48 +01:00
Cargo.toml Fix Windows ZLUDA injector (#26) 2021-01-03 18:45:48 +01:00
LICENSE-APACHE Fix Windows ZLUDA injector (#26) 2021-01-03 18:45:48 +01:00
LICENSE-MIT Fix Windows ZLUDA injector (#26) 2021-01-03 18:45:48 +01:00
README.md Fix Windows ZLUDA injector (#26) 2021-01-03 18:45:48 +01:00

Detours-sys

Crates.io maintenance-as-is

Rust bindings to Microsoft Detours

Usage

See the Detours Documentation for details.

Details

Use the buildtime_generation feature to generate bindings at build time, otherwise use pregenerated bindings.

Note that this will require a relatively recent version of Clang be installed.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.