Skip to content

Commit

Permalink
update docs for 2.1.10 release (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Dec 19, 2023
1 parent 8570219 commit a4225fb
Show file tree
Hide file tree
Showing 57 changed files with 116 additions and 72 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
torch.compile for GPU
=====================
torch.compile for GPU (Experimental)
====================================

## Introduction

Intel® Extension for PyTorch\* now empowers users to seamlessly harness graph compilation capabilities for optimal PyTorch model performance on Intel GPU via the flagship [torch.compile](https://pytorch.org/docs/stable/generated/torch.compile.html#torch-compile) API through the default "inductor" backend ([TorchInductor](https://dev-discuss.pytorch.org/t/torchinductor-a-pytorch-native-compiler-with-define-by-run-ir-and-symbolic-shapes/747/1)). The Triton compiler has been the core of the Inductor codegen supporting various accelerator devices. Intel has extended TorchInductor by adding Intel GPU support to Triton. Additionally, post-op fusions for convolution and matrix multiplication, facilitated by oneDNN fusion kernels, contribute to enhanced efficiency for computational intensive operations. Leveraging these features is as simple as using the default "inductor" backend, making it easier than ever to unlock the full potential of your PyTorch models on Intel GPU platforms.

**Note**: `torch.compile` for GPU is an experimental feature and available from 2.1.10. So far, the feature is functional on Intel® GPU Max Series.
**Note**: `torch.compile` for GPU is an experimental feature and available from 2.1.10. So far, the feature is functional on Intel® Data Center GPU Max Series.

## Required Dependencies

**Verified version**:
- `torch` : v2.1.0
- `intel_extension_for_pytorch` : v2.1.10
- `triton` : [v2.1.0](https://github.com/intel/intel-xpu-backend-for-triton/releases/tag/v2.1.0) with Intel® XPU Backend for Triton* backend enabled.

Follow [Intel® Extension for PyTorch* Installation](https://intel.github.io/intel-extension-for-pytorch/xpu/2.1.10+xpu/tutorials/installation.html) to install `torch` and `intel_extension_for_pytorch` firstly.

Then install [Intel® XPU Backend for Triton* backend](https://github.com/intel/intel-xpu-backend-for-triton) for `triton` package. You may install it via prebuilt wheel package or build it from the source. We recommend installing via prebuilt package:

- Download the wheel package from [release page](https://github.com/intel/intel-xpu-backend-for-triton/releases). Note that you don't need to install the LLVM release manually.
- Install the wheel package by `pip install`. Note that this wheel package is a `triton` package with Intel GPU support, so you don't need to `pip install triton` again.

```Bash
python -m pip install --force-reinstall triton-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
```

Please follow the [Intel® XPU Backend for Triton* Installation](https://github.com/intel/intel-xpu-backend-for-triton?tab=readme-ov-file#setup-guide) for more detailed installation steps.

Note that if you install `triton` using `make triton` command inside PyTorch\* repo, the installed `triton` does not compile with Intel GPU support by default, you will need to manually set `TRITON_CODEGEN_INTEL_XPU_BACKEND=1` for enabling Intel GPU support. In addition, for building from the source via the `triton` [repo](https://github.com/openai/triton.git), the commit needs to be pinned at a tested [triton commit](https://github.com/intel/intel-xpu-backend-for-triton/blob/main/triton_hash.txt). Please follow the [Intel® XPU Backend for Triton* Installation #build from the source](https://github.com/intel/intel-xpu-backend-for-triton?tab=readme-ov-file#option-2-build-from-the-source) section for more information about build `triton` package from the source.


### Inferenece with torch.compile

Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ <h2 id="X">X</h2>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68dabb0f70>
<jinja2.runtime.BlockReference object at 0x7efcc6866310>
<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></div>


Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h2>Support<a class="headerlink" href="#support" title="Permalink to this headin
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68da85bcd0>
<jinja2.runtime.BlockReference object at 0x7efcc41784c0>
<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></div>


Expand Down
Binary file modified xpu/2.1.10+xpu/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h1>Python Module Index</h1>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d86177f0>
<jinja2.runtime.BlockReference object at 0x7efcc43a0c40>
<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></div>


Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68dcfcd310>
<jinja2.runtime.BlockReference object at 0x7efcc43a0520>
<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></div>


Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/searchindex.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions xpu/2.1.10+xpu/tutorials/api_doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ <h2>Device-Agnostic<a class="headerlink" href="#device-agnostic" title="Permalin
<li><p><strong>dtype</strong> (<em>torch.dtype</em>) – Now it works for <code class="docutils literal notranslate"><span class="pre">torch.bfloat16</span></code> and <code class="docutils literal notranslate"><span class="pre">torch.float</span></code>.
The default value is <code class="docutils literal notranslate"><span class="pre">torch.float</span></code>. When working with quantization, it means the mixed dtype with quantization.</p></li>
<li><p><strong>inplace</strong> (<em>bool</em>) – Whether to perform inplace optimization. Default value is <code class="docutils literal notranslate"><span class="pre">False</span></code>.</p></li>
<li><p><strong>device</strong> (<em>str</em>) – Specify the device on which the optimization will be performed. Select from `cpu` and `xpu`. Default value is <code class="docutils literal notranslate"><span class="pre">cpu</span></code>.</p></li>
<li><p><strong>device</strong> (<em>str</em>) – Perform optimization on which device. Curentlty only support cpu. Default value is <code class="docutils literal notranslate"><span class="pre">cpu</span></code>.</p></li>
<li><p><strong>quantization_config</strong> (<em>object</em>) – Defining the IPEX quantization recipe (Weight only quant or static quant).
Default value is <code class="docutils literal notranslate"><span class="pre">None</span></code>.
Once used, meaning using IPEX quantizatization model for model.generate().(only works on CPU)</p></li>
Expand Down Expand Up @@ -1578,7 +1578,7 @@ <h3>Miscellaneous<a class="headerlink" href="#id1" title="Permalink to this head
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68dad9d040>
<jinja2.runtime.BlockReference object at 0x7efcc9154970>
<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></div>


Expand All @@ -1594,4 +1594,4 @@ <h3>Miscellaneous<a class="headerlink" href="#id1" title="Permalink to this head
</script>

</body>
</html>
</html>
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/tutorials/blogs_publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h1>Blogs &amp; Publications<a class="headerlink" href="#blogs-publications" tit
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d58ade50>
<jinja2.runtime.BlockReference object at 0x7efcc40ffca0>
<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></div>


Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/tutorials/cheat_sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h1>Cheat Sheet<a class="headerlink" href="#cheat-sheet" title="Permalink to thi
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d58b4190>
<jinja2.runtime.BlockReference object at 0x7efcc40f70d0>
<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></div>


Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/tutorials/contribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h4>Tips<a class="headerlink" href="#tips" title="Permalink to this heading">
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d5d466d0>
<jinja2.runtime.BlockReference object at 0x7efcc41199d0>
<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></div>


Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/tutorials/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ <h2>Intel® AI Reference Models<a class="headerlink" href="#intel-ai-reference-m
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d58b4d60>
<jinja2.runtime.BlockReference object at 0x7efcc40d5100>
<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></div>


Expand Down
4 changes: 2 additions & 2 deletions xpu/2.1.10+xpu/tutorials/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="#inductor">Inductor</a><ul>
<li class="toctree-l4"><a class="reference internal" href="features/torch_compile_gpu.html">torch.compile for GPU</a></li>
<li class="toctree-l4"><a class="reference internal" href="features/torch_compile_gpu.html">torch.compile for GPU (Experimental)</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="#legacy-profiler-tool-experimental">Legacy Profiler Tool (Experimental)</a><ul>
Expand Down Expand Up @@ -420,7 +420,7 @@ <h3>HyperTune (Experimental, <em>NEW feature in 1.13.0*</em>)<a class="headerlin
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d58cbb80>
<jinja2.runtime.BlockReference object at 0x7efcc409aee0>
<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></div>


Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/tutorials/features/DDP.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ <h3>Usage of DDP scaling API<a class="headerlink" href="#usage-of-ddp-scaling-ap
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d5d11be0>
<jinja2.runtime.BlockReference object at 0x7efcc40f79d0>
<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></div>


Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/tutorials/features/DLPack.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h3>Example Case<a class="headerlink" href="#example-case" title="Permalink to t
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d5d11610>
<jinja2.runtime.BlockReference object at 0x7efcc40f79d0>
<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></div>


Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/tutorials/features/DPC++_Extension.html
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ <h4>Using accessors<a class="headerlink" href="#using-accessors" title="Permalin
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d5d4f760>
<jinja2.runtime.BlockReference object at 0x7efcc40d7820>
<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></div>


Expand Down
6 changes: 3 additions & 3 deletions xpu/2.1.10+xpu/tutorials/features/FSDP.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="torch.compile for GPU" href="torch_compile_gpu.html" />
<link rel="next" title="torch.compile for GPU (Experimental)" href="torch_compile_gpu.html" />
<link rel="prev" title="Advanced Configuration" href="advanced_configuration.html" />
</head>

Expand Down Expand Up @@ -441,7 +441,7 @@ <h2>Example<a class="headerlink" href="#example" title="Permalink to this headin
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="advanced_configuration.html" class="btn btn-neutral float-left" title="Advanced Configuration" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="torch_compile_gpu.html" class="btn btn-neutral float-right" title="torch.compile for GPU" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="torch_compile_gpu.html" class="btn btn-neutral float-right" title="torch.compile for GPU (Experimental)" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>
Expand All @@ -453,7 +453,7 @@ <h2>Example<a class="headerlink" href="#example" title="Permalink to this headin
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d58a94c0>
<jinja2.runtime.BlockReference object at 0x7efcc409aeb0>
<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></div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ <h2>Runtime Configuration<a class="headerlink" href="#runtime-configuration" tit
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d5d1ae50>
<jinja2.runtime.BlockReference object at 0x7efcc40bbf10>
<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></div>


Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/tutorials/features/amp_cpu.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ <h4>Ops that promote to the widest input type<a class="headerlink" href="#ops-th
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d5d1aa30>
<jinja2.runtime.BlockReference object at 0x7efcc3c5f910>
<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></div>


Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/tutorials/features/amp_gpu.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h4>Ops that promote to the widest input type<a class="headerlink" href="#ops-th
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d58a9190>
<jinja2.runtime.BlockReference object at 0x7efcc426cb80>
<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></div>


Expand Down
2 changes: 1 addition & 1 deletion xpu/2.1.10+xpu/tutorials/features/auto_channels_last.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h2>Known issue<a class="headerlink" href="#known-issue" title="Permalink to thi
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d5ce5700>
<jinja2.runtime.BlockReference object at 0x7efcc3c5b3a0>
<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></div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h3>Already using Jit Trace<a class="headerlink" href="#already-using-jit-trace"
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f68d5d8a5e0>
<jinja2.runtime.BlockReference object at 0x7efcc4154430>
<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></div>


Expand Down
Loading

0 comments on commit a4225fb

Please sign in to comment.