diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2020-03-17 09:59:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-17 09:59:25 -0400 |
| commit | 315888efd24ad9463b2ddeb80bef00070cdf9a00 (patch) | |
| tree | 902f7c75225dcec2177bed1432e463dc5fc334ba /README.md | |
| parent | 76b9ff6e65b4bd2be04a5bab0eb1464455c4b3ff (diff) | |
Improve CUDA Wave intrinsics documentation. (#1276)
* Improve CUDA Wave intrinsics documentation.
Remove inappropriate comment.
* Small CUDA doc improvement.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ The [API user's guide](docs/api-users-guide.md) gives information on how to driv The [CPU target guide](docs/cpu-target.md) gives information on compiling Slang or C++ source into shared libraries/executables or functions that can be directly executed. It also covers how to generate C++ code from Slang source. +The [CUDA target guide](docs/cuda-target.md) provides information on compiling Slang/HLSL or CUDA source. Slang can compile to equivalent CUDA source, as well as to PTX via the nvrtc CUDA complier. + If you want to try out the `slangc` command-line tool, then you will want to read its [documentation](docs/command-line-slangc.md). Be warned, however, that the command-line tool is primarily intended for experimenting, testing, and debugging; serious applications will likely want to use the API interface. |
