From 7b4e0e1892bad9f51677b191c69b01aee7403632 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Mon, 23 Mar 2020 17:55:49 -0400 Subject: 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3