summaryrefslogtreecommitdiffstats
path: root/docs/nvapi-support.md
Commit message (Collapse)AuthorAge
* docs: Reduce typo count (#5671)Bruce Mitchener2024-11-29
| | | Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
* Increase slangc option visibility in docs (#5425)cheneym22024-10-29
| | | | | | | | | | | | | | | | | | * Increase slangc option visibility in docs Link to slangc command-line reference from readme. readme. Boost the visiblity of the link in the user-guide. Consolidates command-line-slangc.md into the user-guide. Fixes #4124 * Update README.md * Update 08-compiling.md --------- Co-authored-by: Yong He <yonghe@outlook.com>
* 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.