summaryrefslogtreecommitdiffstats
path: root/docs/nvapi-support.md
Commit message (Collapse)AuthorAge
* Specify downstream compiler include paths (#2517)jsmall-nvidia2022-11-15
| | | | | | | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * WIP around testing with NVAPI. * Make -I work for downstream compilers. Update docs. * Small improvement around ignoring tests.
* Update nvapi-support.mdjsmall-nvidia2022-11-10
|
* Create nvapi-support.mdjsmall-nvidia2022-07-28
|
* NVAPI support doc (#1574)jsmall-nvidia2020-10-09
* #include an absolute path didn't work - because paths were taken to always be relative. * Split out NVAPI documentation. Attempt to describe updated usage. * Discuss downstream compiler include paths issues. * Fix links . * Apparently github supports relative links... * Fix typo.