@@ -166,7 +166,8 @@ which accepts a specific compute architecture string:
166166
167167 python scripts/build_locally.py --verbose --cmake-opts=" -DDPCTL_TARGET_CUDA=sm_80"
168168
169- To use the default architecture (``sm_50 ``), use:
169+ To use the default architecture (``sm_50 ``),
170+ set ``DPCTL_TARGET_CUDA `` to a value such as ``ON ``, ``TRUE ``, ``YES ``, ``Y ``, or ``1 ``:
170171
171172.. code-block :: bash
172173
@@ -175,10 +176,11 @@ To use the default architecture (``sm_50``), use:
175176 Note that kernels are built for ``sm_50 `` by default, allowing them to work on a wider
176177range of architectures, but limiting the usage of more recent CUDA features.
177178
178- For reference, compute architecture strings like ``sm_80 `` are based on
179- CUDA Compute Capability. A complete mapping between NVIDIA GPU models and their
180- respective ``sm_XX `` values can be found in the official
181- `CUDA GPU Compute Capability <https://developer.nvidia.com/cuda-gpus >`_.
179+ For reference, compute architecture strings like ``sm_80 `` correspond to specific
180+ CUDA Compute Capabilities (e.g., Compute Capability 8.0 corresponds to ``sm_80 ``).
181+ A complete mapping between NVIDIA GPU models and their respective
182+ Compute Capabilities can be found in the official
183+ `CUDA GPU Compute Capability <https://developer.nvidia.com/cuda-gpus >`_ documentation.
182184
183185A full list of available SYCL alias targets is available in the
184186`DPC++ Compiler User Manual <https://intel.github.io/llvm/UsersManual.html >`_.
0 commit comments