From 6dfc7a6f499e932a940badd440b9052c60d9fb6f Mon Sep 17 00:00:00 2001 From: Jake Hemstad Date: Fri, 7 Oct 2022 11:06:54 -0500 Subject: [PATCH] Add table with links to each language docs. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 57dff8c..ad7c3f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # NVTX (NVIDIA Tools Extension Library) + + + + +
C DocsC++ DocsPython Docs
+ NVTX is a cross-platform API for annotating source code to provide contextual information to developer tools. The NVTX API is written in C, with wrappers provided for C++ and Python.