Skip to content

Commit

Permalink
2.1 and installation guide bug fix (#2211)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Oct 28, 2023
1 parent c8eee62 commit 0c7b08e
Show file tree
Hide file tree
Showing 39 changed files with 73 additions and 74 deletions.
69 changes: 34 additions & 35 deletions _scripts/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,49 +185,48 @@ $(document).ready(function() {
ret += "</div>";
indexb += 1;
}
if(data.system_requirements.software != null) {
if(data.system_requirements.software != null &&
!$.pkgInArray(data.package, ["docker"])) {
ret += "<div class=\"simple\">";
ret += "<h3>" + $.secid_gen([indexa, indexb]) + "Software</h3>";

if(data.system_requirements.software.driver != null) {
ret += $.table_2d_gen(data.system_requirements.software.driver);
}

if(!$.pkgInArray(data.package, ["docker"])) {
var items = [];
if(data.system_requirements.software.os != null) {
var item = {};
item["Software"] = "OS";
item["Version"] = data.system_requirements.software.os.join(", ");
items.push(item);
}
if(data.system_requirements.software.basekit != null) {
var item = {};
item["Software"] = "Intel® oneAPI Base Toolkit";
item["Version"] = data.system_requirements.software.basekit;
items.push(item);
}
if(data.system_requirements.software.basekit_hotfix != null) {
var item = {};
item["Software"] = "Intel® oneAPI Base Toolkit Hotfix";
item["Version"] = data.system_requirements.software.basekit_hotfix;
items.push(item);
}
if(data.system_requirements.software.python != null) {
var item = {};
item["Software"] = "Python";
item["Version"] = data.system_requirements.software.python.join(", ");
items.push(item);
}
if(data.system_requirements.software.compiler != null &&
$.pkgInArray(data.package, ["source", "cppsdk"])) {
var item = {};
item["Software"] = "Compiler";
item["Version"] = data.system_requirements.software.compiler;
items.push(item);
}
ret += $.table_2d_gen(items);
var items = [];
if(data.system_requirements.software.os != null) {
var item = {};
item["Software"] = "OS";
item["Version"] = data.system_requirements.software.os.join(", ");
items.push(item);
}
if(data.system_requirements.software.basekit != null) {
var item = {};
item["Software"] = "Intel® oneAPI Base Toolkit";
item["Version"] = data.system_requirements.software.basekit;
items.push(item);
}
if(data.system_requirements.software.basekit_hotfix != null) {
var item = {};
item["Software"] = "Intel® oneAPI Base Toolkit Hotfix";
item["Version"] = data.system_requirements.software.basekit_hotfix;
items.push(item);
}
if(data.system_requirements.software.python != null) {
var item = {};
item["Software"] = "Python";
item["Version"] = data.system_requirements.software.python.join(", ");
items.push(item);
}
if(data.system_requirements.software.compiler != null &&
$.pkgInArray(data.package, ["source", "cppsdk"])) {
var item = {};
item["Software"] = "Compiler";
item["Version"] = data.system_requirements.software.compiler;
items.push(item);
}
ret += $.table_2d_gen(items);

ret += "</div>";
indexb += 1;
Expand Down
2 changes: 1 addition & 1 deletion cpu/2.1.0+cpu/_sources/tutorials/introduction.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Optimizations take advantage of Intel® Advanced Vector Extensions 512 (Intel®
``intel_extension_for_pytorch`` (for versions 1.10.0 and later). Use the
correct package name depending on the version you are using.

For the detailed list of supported features and usage instructions, refer to `Features <features>`_.
For the detailed list of supported features and usage instructions, refer to `Features <features.html>`_.

Get Started
-----------
Expand Down
2 changes: 1 addition & 1 deletion cpu/2.1.0+cpu/design_doc/cpu/isa_dyndisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ <h2>CPU feature check<a class="headerlink" href="#cpu-feature-check" title="Perm
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 0x7fe007c40cd0>
<jinja2.runtime.BlockReference object at 0x7f146f24ab20>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h2 id="V">V</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 0x7fe00c703a30>
<jinja2.runtime.BlockReference object at 0x7f14719da490>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,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 0x7fe007bdf880>
<jinja2.runtime.BlockReference object at 0x7f146f2579d0>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/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 0x7fe00c703af0>
<jinja2.runtime.BlockReference object at 0x7f1473f40160>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/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 0x7fe00a086eb0>
<jinja2.runtime.BlockReference object at 0x7f1473cadd60>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/tutorials/api_doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ <h2>Graph Optimization<a class="headerlink" href="#graph-optimization" title="Pe
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 0x7fe007c4d940>
<jinja2.runtime.BlockReference object at 0x7f146f2ad160>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/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 0x7fe007b8a940>
<jinja2.runtime.BlockReference object at 0x7f146f26d070>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/tutorials/cheat_sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,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 0x7fe007b5b190>
<jinja2.runtime.BlockReference object at 0x7f146f26d7f0>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/tutorials/contribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,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 0x7fe007b63d60>
<jinja2.runtime.BlockReference object at 0x7f146f264430>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/tutorials/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,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 0x7fe007b8c910>
<jinja2.runtime.BlockReference object at 0x7f146f28bc40>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/tutorials/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ <h2>Fast BERT Optimization (Experimental, <em>NEW feature from 2.0.0</em>)<a cla
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 0x7fe007b664f0>
<jinja2.runtime.BlockReference object at 0x7f146f26f940>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/tutorials/features/amp.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 0x7fe007ba0550>
<jinja2.runtime.BlockReference object at 0x7f146f281a30>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/tutorials/features/auto_channels_last.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,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 0x7fe007b8a100>
<jinja2.runtime.BlockReference object at 0x7f146f264e80>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 @@ -280,7 +280,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 0x7fe007bae040>
<jinja2.runtime.BlockReference object at 0x7f146f287d60>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/tutorials/features/fast_bert.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h2>Usage Example<a class="headerlink" href="#usage-example" title="Permalink to
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 0x7fe007b5b730>
<jinja2.runtime.BlockReference object at 0x7f146f2692e0>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/tutorials/features/graph_capture.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h2>Usage Example<a class="headerlink" href="#usage-example" title="Permalink to
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 0x7fe007be6fd0>
<jinja2.runtime.BlockReference object at 0x7f146f29d070>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/tutorials/features/graph_optimization.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ <h3>Folding<a class="headerlink" href="#folding" 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 0x7fe007bfaca0>
<jinja2.runtime.BlockReference object at 0x7f146f326820>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/tutorials/features/hypertune.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ <h2>Usage Examples<a class="headerlink" href="#usage-examples" title="Permalink
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 0x7fe007be2490>
<jinja2.runtime.BlockReference object at 0x7f146f292eb0>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 cpu/2.1.0+cpu/tutorials/features/int8_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h2>Convert to Dynamic Quantized Model and Deploy<a class="headerlink" href="#co
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 0x7fe007bc5d90>
<jinja2.runtime.BlockReference object at 0x7f146f292370>
<p>*Other names and brands may be claimed as the property of others. <a href="http://www.intel.com/content/www/us/en/legal/trademarks.html">Trademarks</a></p>
<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 0c7b08e

Please sign in to comment.