Skip to content

Commit

Permalink
[NOMERGE] Add NVTXW crate
Browse files Browse the repository at this point in the history
  • Loading branch information
evanramos-nvidia committed Sep 5, 2024
1 parent 3ca2ef4 commit 1e569ac
Show file tree
Hide file tree
Showing 9 changed files with 967 additions and 0 deletions.
1 change: 1 addition & 0 deletions crate-tmp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
373 changes: 373 additions & 0 deletions crate-tmp/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions crate-tmp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[package]
name = "nvtxw"
version = "0.0.0"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
description = "Rust bindings for the NVIDIA® Tools Extension SDK Writer API (NVTXW)"
include = ["src/*", "build.rs"]

[dependencies]

[build-dependencies]
bindgen = "0.69"
cc = "1"
Loading

0 comments on commit 1e569ac

Please sign in to comment.