summaryrefslogtreecommitdiffstats
path: root/docs/user-guide/a1-04-interop.md
Commit message (Collapse)AuthorAge
* Fix user-guide typos (#6789)Gangzheng Tong2025-04-11
| | | | | | | | | | * Fix user-guide typos Use LLM to scan each of the markdown files to fix typos. Try not to change anything but the typos in this CL. * typo not caught by LLM * add output of ./build_toc.ps1
* Fix tiny typos (#5944)Yuki Nishidate2024-12-28
|
* Swap the term StdLib with Core-Module or Standard-Module in documents (#5414)Jay Kwak2024-10-25
| | | | This PR is limited to documents. All use of "Standard library" or "StdLib" are replaced with either "core module" or "standard modules", depending on the context.
* Document notable `__ref` uss in stdlib. Remove user docs use of '__ref'. (#4799)ArielG-NV2024-08-27
| | | | | | | 1. Document `__ref` in stdlib. 2. Remove `__ref` example in `docs\user-guide\a1-04-interop.md` 3. New example in `docs\user-guide\a1-04-interop.md` to compensate for no longer providing an example that uses `&` and `OpCapability`/`OpExtension`. Co-authored-by: Yong He <yonghe@outlook.com>
* Add cautionary desclaimers on interop mechanisms. (#3763)Yong He2024-03-13
| | | | | * Add cautionary desclaimers on interop mechanisms. * Fix.
* Update a1-04-interop.mdYong He2023-10-13
|
* Update a1-04-interop.md (#3277)Yong He2023-10-13
|
* Add documentation on target intrinsics. (#3276)Yong He2023-10-13
Co-authored-by: Yong He <yhe@nvidia.com>