summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2020-03-17 09:59:25 -0400
committerGitHub <noreply@github.com>2020-03-17 09:59:25 -0400
commit315888efd24ad9463b2ddeb80bef00070cdf9a00 (patch)
tree902f7c75225dcec2177bed1432e463dc5fc334ba /README.md
parent76b9ff6e65b4bd2be04a5bab0eb1464455c4b3ff (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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a9012de6..6be547c42 100644
--- a/README.md
+++ b/README.md
@@ -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.