cuda-interposer 0.2.2

A library for writing CUDA driver API hooks in Rust.
Documentation
[dependencies.libc]
version = "0.2.180"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.paste]
version = "1.0.15"

[dependencies.tracing]
version = "0.1.44"

[lib]
name = "cuda_interposer"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for writing CUDA driver API hooks in Rust."
edition = "2024"
license = "MIT"
name = "cuda-interposer"
readme = false
repository = "https://github.com/SamKG/cudaflow"
version = "0.2.2"