From 12a094e60f5cd6e744bcc33bdf6c3d255ea13076 Mon Sep 17 00:00:00 2001 From: Jake Hemstad Date: Tue, 17 Dec 2024 11:47:29 -0600 Subject: [PATCH] README.md: Add table with links to language-specific docs (#62) Co-authored-by: Evan Ramos --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d727963..33e458b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ NVTX is a cross-platform API for annotating source code to provide contextual in The NVTX API is written in C, with wrappers provided for C++ and Python. +| [C Docs](https://nvidia.github.io/NVTX/doxygen/) | [C++ Docs](https://nvidia.github.io/NVTX/doxygen-cpp/) | [Python Docs](https://nvtx.readthedocs.io/en/latest/) | +| --- | --- | --- | + # What does NVTX do? By default, NVTX API calls do _nothing_. When you launch a program from a developer tool, NVTX calls in that program are redirected to functions in the tool. Developer tools are free to implement NVTX API calls however they wish.