Skip to content

Commit af41dad

Browse files
authored
content update for 2.5.10 (#3447)
1 parent 508d326 commit af41dad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+286
-272
lines changed

xpu/2.5.10+xpu/_sources/tutorials/features/DDP.md.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ For more detailed information, check [Installation Guide](https://intel.github.i
2525

2626
```
2727
# Generic Python* for CPU
28-
REPO_URL: https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
28+
REPO_URL: https://pytorch-extension.intel.com/release-whl/stable/cpu/cn/
2929
# Generic Python* for GPU
30-
REPO_URL: https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
30+
REPO_URL: https://pytorch-extension.intel.com/release-whl/stable/xpu/cn/
3131
```
3232

3333
Installation from either repository shares the command below. Replace the place holder `<REPO_URL>` with a real URL mentioned above.

xpu/2.5.10+xpu/_sources/tutorials/features/torch_compile_gpu.md.txt

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ Triton could be directly installed using the following command:
2424
pip install --pre pytorch-triton-xpu==3.1.0+91b14bf559 --index-url https://download.pytorch.org/whl/nightly/xpu
2525
```
2626

27+
The cached files would be generated if you had run `torch.compile` with a previous version of triton, but they are generally conflicting with the new version.
28+
So, if the folder `~/.triton` exists before your first running of the `torch.compile` script in the current environment, please delete it.
29+
30+
```bash
31+
# delete the cache files generated by previous version of triton, if exists
32+
rm -rf ~/.triton
33+
```
34+
2735
Remember to activate the oneAPI DPC++/C++ Compiler by following commands.
2836

2937
```bash

xpu/2.5.10+xpu/_static/pygments.css

+18-18
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
66
.highlight .hll { background-color: #ffffcc }
77
.highlight { background: #f8f8f8; }
88
.highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
9-
.highlight .err { border: 1px solid #FF0000 } /* Error */
9+
.highlight .err { border: 1px solid #F00 } /* Error */
1010
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
11-
.highlight .o { color: #666666 } /* Operator */
11+
.highlight .o { color: #666 } /* Operator */
1212
.highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
1313
.highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
1414
.highlight .cp { color: #9C6500 } /* Comment.Preproc */
@@ -25,34 +25,34 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
2525
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
2626
.highlight .gs { font-weight: bold } /* Generic.Strong */
2727
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
28-
.highlight .gt { color: #0044DD } /* Generic.Traceback */
28+
.highlight .gt { color: #04D } /* Generic.Traceback */
2929
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
3030
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
3131
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
3232
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
3333
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
3434
.highlight .kt { color: #B00040 } /* Keyword.Type */
35-
.highlight .m { color: #666666 } /* Literal.Number */
35+
.highlight .m { color: #666 } /* Literal.Number */
3636
.highlight .s { color: #BA2121 } /* Literal.String */
3737
.highlight .na { color: #687822 } /* Name.Attribute */
3838
.highlight .nb { color: #008000 } /* Name.Builtin */
39-
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
40-
.highlight .no { color: #880000 } /* Name.Constant */
41-
.highlight .nd { color: #AA22FF } /* Name.Decorator */
39+
.highlight .nc { color: #00F; font-weight: bold } /* Name.Class */
40+
.highlight .no { color: #800 } /* Name.Constant */
41+
.highlight .nd { color: #A2F } /* Name.Decorator */
4242
.highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
4343
.highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
44-
.highlight .nf { color: #0000FF } /* Name.Function */
44+
.highlight .nf { color: #00F } /* Name.Function */
4545
.highlight .nl { color: #767600 } /* Name.Label */
46-
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
46+
.highlight .nn { color: #00F; font-weight: bold } /* Name.Namespace */
4747
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
4848
.highlight .nv { color: #19177C } /* Name.Variable */
49-
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
50-
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
51-
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
52-
.highlight .mf { color: #666666 } /* Literal.Number.Float */
53-
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
54-
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
55-
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
49+
.highlight .ow { color: #A2F; font-weight: bold } /* Operator.Word */
50+
.highlight .w { color: #BBB } /* Text.Whitespace */
51+
.highlight .mb { color: #666 } /* Literal.Number.Bin */
52+
.highlight .mf { color: #666 } /* Literal.Number.Float */
53+
.highlight .mh { color: #666 } /* Literal.Number.Hex */
54+
.highlight .mi { color: #666 } /* Literal.Number.Integer */
55+
.highlight .mo { color: #666 } /* Literal.Number.Oct */
5656
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
5757
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
5858
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
@@ -67,9 +67,9 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
6767
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
6868
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
6969
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
70-
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
70+
.highlight .fm { color: #00F } /* Name.Function.Magic */
7171
.highlight .vc { color: #19177C } /* Name.Variable.Class */
7272
.highlight .vg { color: #19177C } /* Name.Variable.Global */
7373
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
7474
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
75-
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
75+
.highlight .il { color: #666 } /* Literal.Number.Integer.Long */

xpu/2.5.10+xpu/design_doc/cpu/isa_dyndisp.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<title>Intel® Extension for PyTorch* CPU ISA Dynamic Dispatch Design Doc &mdash; Intel&amp;#174 Extension for PyTorch* 2.5.10+xpu documentation</title>
10-
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
10+
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
1212
<link rel="stylesheet" type="text/css" href="../../_static/custom.css?v=a95c1af4" />
1313

@@ -673,7 +673,7 @@ <h2>CPU feature check<a class="headerlink" href="#cpu-feature-check" title="Link
673673
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
674674
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
675675
provided by <a href="https://readthedocs.org">Read the Docs</a>.
676-
<jinja2.runtime.BlockReference object at 0x71c626211930>
676+
<jinja2.runtime.BlockReference object at 0x78f7e1770df0>
677677
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
678678

679679

xpu/2.5.10+xpu/genindex.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Index &mdash; Intel&amp;#174 Extension for PyTorch* 2.5.10+xpu documentation</title>
9-
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
9+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1010
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1111
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=a95c1af4" />
1212

@@ -235,7 +235,7 @@ <h2 id="T">T</h2>
235235
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
236236
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
237237
provided by <a href="https://readthedocs.org">Read the Docs</a>.
238-
<jinja2.runtime.BlockReference object at 0x71c625b7b670>
238+
<jinja2.runtime.BlockReference object at 0x78f7e11b6980>
239239
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
240240

241241

xpu/2.5.10+xpu/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1111
<title>Intel® Extension for PyTorch* &mdash; Intel&amp;#174 Extension for PyTorch* 2.5.10+xpu documentation</title>
12-
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
12+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1313
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1414
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=a95c1af4" />
1515

@@ -180,7 +180,7 @@ <h2>Support<a class="headerlink" href="#support" title="Link to this heading">
180180
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
181181
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
182182
provided by <a href="https://readthedocs.org">Read the Docs</a>.
183-
<jinja2.runtime.BlockReference object at 0x71c62619a710>
183+
<jinja2.runtime.BlockReference object at 0x78f7e17718d0>
184184
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
185185

186186

xpu/2.5.10+xpu/search.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Search &mdash; Intel&amp;#174 Extension for PyTorch* 2.5.10+xpu documentation</title>
9-
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
9+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1010
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1111
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=a95c1af4" />
1212

@@ -138,7 +138,7 @@
138138
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
139139
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
140140
provided by <a href="https://readthedocs.org">Read the Docs</a>.
141-
<jinja2.runtime.BlockReference object at 0x71c625b69cf0>
141+
<jinja2.runtime.BlockReference object at 0x78f7e1773700>
142142
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
143143

144144

xpu/2.5.10+xpu/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)