[package]
edition = "2021"
name = "aprender-ptx-debug"
version = "0.29.0"
authors = ["Pragmatic AI Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust PTX debugging and static analysis tool"
readme = "README.md"
keywords = [
"ptx",
"cuda",
"gpu",
"static-analysis",
"debugging",
]
categories = [
"development-tools::debugging",
"development-tools::testing",
]
license = "MIT"
repository = "https://github.com/paiml/trueno"
[features]
default = []
runtime-trace = []
[lib]
name = "trueno_ptx_debug"
path = "src/lib.rs"
[[bin]]
name = "aprender-ptx-debug"
path = "src/bin/main.rs"
[[test]]
name = "ptx_debugger_req001"
path = "tests/ptx_debugger_req001/main.rs"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.proptest]
version = "1.9"
[lints.rust]
unsafe_code = "allow"