summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2020-03-23 17:55:49 -0400
committerGitHub <noreply@github.com>2020-03-23 17:55:49 -0400
commit7b4e0e1892bad9f51677b191c69b01aee7403632 (patch)
tree613acd7984b16242fd0f7c4138a71ba71576f974 /README.md
parent05c9a5c9dc23a716c7cbeae91f581bbc13f10ed2 (diff)
First pass at a Target Compatibility document (#1287)
* WIP compatibility docs. * Test transpose in matrix-float. * Small improvement to CUDA docs. * Added some discussion around tessellation. * Small improvements to target-compatibility.md * Improve compatibility documentation. Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
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 6be547c42..bbbca2637 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,8 @@ The Slang [language guide](docs/language-guide.md) provides information on exten
The [API user's guide](docs/api-users-guide.md) gives information on how to drive Slang programmatically from an application.
+The [target compatibility guide](docs/target-compatibility.md) gives an overview of feature compatibility for targets.
+
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.