NVIDIA / NVTX

The NVIDIA® Tools Extension SDK (NVTX) is a C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.
Apache License 2.0
310 stars 48 forks source link

List of supported colors in NVTX #106

Closed bcaddy closed 2 weeks ago

bcaddy commented 3 weeks ago

I'm looking for a list of the supported colors in NVTX calls but I can't find any documentation on it. I'm specifically interested in supported colors in the Fortran API.

evanramos-nvidia commented 2 weeks ago

NVTX takes colors in ARGB32 format.

bcaddy commented 2 weeks ago

Thank you