From 39f1e4a13a763ee980e7ecebd9e8f4614ccc8563 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Mon, 9 Jan 2023 10:26:13 -0500 Subject: Fix typo in CUDA target docs --- docs/cuda-target.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cuda-target.md b/docs/cuda-target.md index d5affc0e9..4d90a41f3 100644 --- a/docs/cuda-target.md +++ b/docs/cuda-target.md @@ -28,7 +28,7 @@ The following are a work in progress or not implemented but are planned to be so # How it works -For producing PTX binaries Slang uses (NVRTC)[https://docs.nvidia.com/cuda/nvrtc/index.html]. NVRTC dll/shared library has to be available to Slang (for example in the appropriate PATH for example) for it to be able to produce PTX. +For producing PTX binaries Slang uses [NVRTC](https://docs.nvidia.com/cuda/nvrtc/index.html). NVRTC dll/shared library has to be available to Slang (for example in the appropriate PATH for example) for it to be able to produce PTX. The NVRTC compiler can be accessed directly via the pass through mechanism and is identifed by the enum value `SLANG_PASS_THROUGH_NVRTC`. -- cgit v1.2.3