Skip to content

Commit 3da7c4d

Browse files
author
github-actions[doc-deploy-bot]
committed
Docs for pull request 2096
1 parent 0d06019 commit 3da7c4d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

pulls/2096/_sources/beginners_guides/installation.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

pulls/2096/beginners_guides/installation.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,8 @@ <h3>Building for custom SYCL targets<a class="headerlink" href="#building-for-cu
937937
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python<span class="w"> </span>scripts/build_locally.py<span class="w"> </span>--verbose<span class="w"> </span>--cmake-opts<span class="o">=</span><span class="s2">&quot;-DDPCTL_TARGET_CUDA=sm_80&quot;</span>
938938
</pre></div>
939939
</div>
940-
<p>To use the default architecture (<code class="docutils literal notranslate"><span class="pre">sm_50</span></code>), use:</p>
940+
<p>To use the default architecture (<code class="docutils literal notranslate"><span class="pre">sm_50</span></code>),
941+
set <code class="docutils literal notranslate"><span class="pre">DPCTL_TARGET_CUDA</span></code> to a value such as <code class="docutils literal notranslate"><span class="pre">ON</span></code>, <code class="docutils literal notranslate"><span class="pre">TRUE</span></code>, <code class="docutils literal notranslate"><span class="pre">YES</span></code>, <code class="docutils literal notranslate"><span class="pre">Y</span></code>, or <code class="docutils literal notranslate"><span class="pre">1</span></code>:</p>
941942
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python<span class="w"> </span>scripts/build_locally.py<span class="w"> </span>--verbose<span class="w"> </span>--cmake-opts<span class="o">=</span><span class="s2">&quot;-DDPCTL_TARGET_CUDA=ON&quot;</span>
942943
</pre></div>
943944
</div>

pulls/2096/objects.inv

0 Bytes
Binary file not shown.

pulls/2096/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)