Skip to content

Commit

Permalink
update link to compile_bundle.bat (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Aug 6, 2023
1 parent c339c42 commit 677dfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpu/2.0.110+xpu/tutorials/installations/windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ <h3>Compile the bundle (PyTorch*, torchvision, Intel® Extension for PyTorch*) w
<p class="admonition-title">Note</p>
<p>Make sure to surround values of the placeholders <cite>DPCPPROOT</cite> and <cite>MKLROOT</cite> with double quotes (<cite>"</cite>) to work with directory paths containing spaces.</p>
</div>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>Download https://github.com/intel/intel-extension-for-pytorch/blob/v2.0.110%2Bxpu/scripts/compile_bundle.bat
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>Download https://github.com/intel/intel-extension-for-pytorch/blob/release/xpu/2.0.110/scripts/compile_bundle.bat
$ compile_bundle.bat "&lt;DPCPPROOT&gt;" "&lt;MKLROOT&gt;"
DPCPPROOT and MKLROOT are mandatory, should be absolute or relative path to the root directory of DPC++ compiler and oneMKL respectively.
</pre></div>
Expand Down

0 comments on commit 677dfeb

Please sign in to comment.