Browse Source

deploy: f90eff306d

gh-pages
martin-frbg 1 year ago
parent
commit
0be743d5b5
14 changed files with 274 additions and 90 deletions
  1. +23
    -7
      docs/404.html
  2. +24
    -7
      docs/about/index.html
  3. +2
    -2
      docs/build_system/index.html
  4. +23
    -7
      docs/ci/index.html
  5. +24
    -7
      docs/developers/index.html
  6. +24
    -7
      docs/distributing/index.html
  7. +24
    -7
      docs/extensions/index.html
  8. +24
    -7
      docs/faq/index.html
  9. +24
    -7
      docs/index.html
  10. +24
    -7
      docs/install/index.html
  11. +23
    -7
      docs/runtime_variables/index.html
  12. +11
    -11
      docs/sitemap.xml
  13. BIN
      docs/sitemap.xml.gz
  14. +24
    -7
      docs/user_manual/index.html

+ 23
- 7
docs/404.html View File

@@ -12,7 +12,7 @@
<link rel="icon" href="/docs/logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.9">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
@@ -136,11 +136,13 @@
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
@@ -172,6 +174,7 @@
</div>
</div>
</div>
<div class="md-header__source">
@@ -243,6 +246,7 @@
<a href="/docs/." class="md-nav__link">
<span class="md-ellipsis">
Home
@@ -264,6 +268,7 @@
<a href="/docs/install/" class="md-nav__link">
<span class="md-ellipsis">
Install OpenBLAS
@@ -285,6 +290,7 @@
<a href="/docs/user_manual/" class="md-nav__link">
<span class="md-ellipsis">
User manual
@@ -306,6 +312,7 @@
<a href="/docs/extensions/" class="md-nav__link">
<span class="md-ellipsis">
Extensions
@@ -327,6 +334,7 @@
<a href="/docs/developers/" class="md-nav__link">
<span class="md-ellipsis">
Developer manual
@@ -348,6 +356,7 @@
<a href="/docs/build_system/" class="md-nav__link">
<span class="md-ellipsis">
Build system
@@ -369,6 +378,7 @@
<a href="/docs/runtime_variables/" class="md-nav__link">
<span class="md-ellipsis">
Runtime variables
@@ -390,6 +400,7 @@
<a href="/docs/distributing/" class="md-nav__link">
<span class="md-ellipsis">
Redistributing OpenBLAS
@@ -411,6 +422,7 @@
<a href="/docs/ci/" class="md-nav__link">
<span class="md-ellipsis">
CI jobs
@@ -432,6 +444,7 @@
<a href="/docs/about/" class="md-nav__link">
<span class="md-ellipsis">
About
@@ -453,6 +466,7 @@
<a href="/docs/faq/" class="md-nav__link">
<span class="md-ellipsis">
FAQ
@@ -557,7 +571,9 @@
</div>
<script id="__config" type="application/json">{"base": "/docs/", "features": ["header.autohide"], "search": "/docs/assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "/docs/", "features": ["header.autohide"], "search": "/docs/assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
<script src="/docs/assets/javascripts/bundle.c8b220af.min.js"></script>


+ 24
- 7
docs/about/index.html View File

@@ -18,7 +18,7 @@
<link rel="icon" href="../logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.9">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
@@ -147,11 +147,13 @@
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
@@ -183,6 +185,7 @@
</div>
</div>
</div>
<div class="md-header__source">
@@ -254,6 +257,7 @@
<a href=".." class="md-nav__link">
<span class="md-ellipsis">
Home
@@ -275,6 +279,7 @@
<a href="../install/" class="md-nav__link">
<span class="md-ellipsis">
Install OpenBLAS
@@ -296,6 +301,7 @@
<a href="../user_manual/" class="md-nav__link">
<span class="md-ellipsis">
User manual
@@ -317,6 +323,7 @@
<a href="../extensions/" class="md-nav__link">
<span class="md-ellipsis">
Extensions
@@ -338,6 +345,7 @@
<a href="../developers/" class="md-nav__link">
<span class="md-ellipsis">
Developer manual
@@ -359,6 +367,7 @@
<a href="../build_system/" class="md-nav__link">
<span class="md-ellipsis">
Build system
@@ -380,6 +389,7 @@
<a href="../runtime_variables/" class="md-nav__link">
<span class="md-ellipsis">
Runtime variables
@@ -401,6 +411,7 @@
<a href="../distributing/" class="md-nav__link">
<span class="md-ellipsis">
Redistributing OpenBLAS
@@ -422,6 +433,7 @@
<a href="../ci/" class="md-nav__link">
<span class="md-ellipsis">
CI jobs
@@ -450,6 +462,7 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
About
@@ -462,6 +475,7 @@
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
About
@@ -576,6 +590,7 @@
<a href="../faq/" class="md-nav__link">
<span class="md-ellipsis">
FAQ
@@ -859,7 +874,9 @@ probably other languages), and directly by end users in those languages.</p>
</div>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>


+ 2
- 2
docs/build_system/index.html View File

@@ -9,7 +9,7 @@
<link href="../developers/" rel="prev"/>
<link href="../runtime_variables/" rel="next"/>
<link href="../logo.svg" rel="icon"/>
<meta content="mkdocs-1.6.1, mkdocs-material-9.6.9" name="generator"/>
<meta content="mkdocs-1.6.1, mkdocs-material-9.6.11" name="generator"/>
<title>Build system - OpenBLAS</title>
<link href="../assets/stylesheets/main.4af4bdda.min.css" rel="stylesheet"/>
<link href="../assets/stylesheets/palette.06af60db.min.css" rel="stylesheet"/>
@@ -611,7 +611,7 @@ including deprecated functions, while
<div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div>
</div>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>
<script type="module">import mermaid from "https://unpkg.com/mermaid@10.4.0/dist/mermaid.esm.min.mjs";
window.mermaidConfig = {default: {


+ 23
- 7
docs/ci/index.html View File

@@ -18,7 +18,7 @@
<link rel="icon" href="../logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.9">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
@@ -147,11 +147,13 @@
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
@@ -183,6 +185,7 @@
</div>
</div>
</div>
<div class="md-header__source">
@@ -254,6 +257,7 @@
<a href=".." class="md-nav__link">
<span class="md-ellipsis">
Home
@@ -275,6 +279,7 @@
<a href="../install/" class="md-nav__link">
<span class="md-ellipsis">
Install OpenBLAS
@@ -296,6 +301,7 @@
<a href="../user_manual/" class="md-nav__link">
<span class="md-ellipsis">
User manual
@@ -317,6 +323,7 @@
<a href="../extensions/" class="md-nav__link">
<span class="md-ellipsis">
Extensions
@@ -338,6 +345,7 @@
<a href="../developers/" class="md-nav__link">
<span class="md-ellipsis">
Developer manual
@@ -359,6 +367,7 @@
<a href="../build_system/" class="md-nav__link">
<span class="md-ellipsis">
Build system
@@ -380,6 +389,7 @@
<a href="../runtime_variables/" class="md-nav__link">
<span class="md-ellipsis">
Runtime variables
@@ -401,6 +411,7 @@
<a href="../distributing/" class="md-nav__link">
<span class="md-ellipsis">
Redistributing OpenBLAS
@@ -431,6 +442,7 @@
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
CI jobs
@@ -453,6 +465,7 @@
<a href="../about/" class="md-nav__link">
<span class="md-ellipsis">
About
@@ -474,6 +487,7 @@
<a href="../faq/" class="md-nav__link">
<span class="md-ellipsis">
FAQ
@@ -1432,7 +1446,9 @@
</div>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>


+ 24
- 7
docs/developers/index.html View File

@@ -18,7 +18,7 @@
<link rel="icon" href="../logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.9">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
@@ -147,11 +147,13 @@
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
@@ -183,6 +185,7 @@
</div>
</div>
</div>
<div class="md-header__source">
@@ -254,6 +257,7 @@
<a href=".." class="md-nav__link">
<span class="md-ellipsis">
Home
@@ -275,6 +279,7 @@
<a href="../install/" class="md-nav__link">
<span class="md-ellipsis">
Install OpenBLAS
@@ -296,6 +301,7 @@
<a href="../user_manual/" class="md-nav__link">
<span class="md-ellipsis">
User manual
@@ -317,6 +323,7 @@
<a href="../extensions/" class="md-nav__link">
<span class="md-ellipsis">
Extensions
@@ -347,6 +354,7 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
Developer manual
@@ -359,6 +367,7 @@
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
Developer manual
@@ -463,6 +472,7 @@
<a href="../build_system/" class="md-nav__link">
<span class="md-ellipsis">
Build system
@@ -484,6 +494,7 @@
<a href="../runtime_variables/" class="md-nav__link">
<span class="md-ellipsis">
Runtime variables
@@ -505,6 +516,7 @@
<a href="../distributing/" class="md-nav__link">
<span class="md-ellipsis">
Redistributing OpenBLAS
@@ -526,6 +538,7 @@
<a href="../ci/" class="md-nav__link">
<span class="md-ellipsis">
CI jobs
@@ -547,6 +560,7 @@
<a href="../about/" class="md-nav__link">
<span class="md-ellipsis">
About
@@ -568,6 +582,7 @@
<a href="../faq/" class="md-nav__link">
<span class="md-ellipsis">
FAQ
@@ -959,7 +974,9 @@ as <code>getarch_2nd</code> will be unable to find a matching parameter section
</div>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>


+ 24
- 7
docs/distributing/index.html View File

@@ -18,7 +18,7 @@
<link rel="icon" href="../logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.9">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
@@ -147,11 +147,13 @@
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
@@ -183,6 +185,7 @@
</div>
</div>
</div>
<div class="md-header__source">
@@ -254,6 +257,7 @@
<a href=".." class="md-nav__link">
<span class="md-ellipsis">
Home
@@ -275,6 +279,7 @@
<a href="../install/" class="md-nav__link">
<span class="md-ellipsis">
Install OpenBLAS
@@ -296,6 +301,7 @@
<a href="../user_manual/" class="md-nav__link">
<span class="md-ellipsis">
User manual
@@ -317,6 +323,7 @@
<a href="../extensions/" class="md-nav__link">
<span class="md-ellipsis">
Extensions
@@ -338,6 +345,7 @@
<a href="../developers/" class="md-nav__link">
<span class="md-ellipsis">
Developer manual
@@ -359,6 +367,7 @@
<a href="../build_system/" class="md-nav__link">
<span class="md-ellipsis">
Build system
@@ -380,6 +389,7 @@
<a href="../runtime_variables/" class="md-nav__link">
<span class="md-ellipsis">
Runtime variables
@@ -410,6 +420,7 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
Redistributing OpenBLAS
@@ -422,6 +433,7 @@
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
Redistributing OpenBLAS
@@ -538,6 +550,7 @@
<a href="../ci/" class="md-nav__link">
<span class="md-ellipsis">
CI jobs
@@ -559,6 +572,7 @@
<a href="../about/" class="md-nav__link">
<span class="md-ellipsis">
About
@@ -580,6 +594,7 @@
<a href="../faq/" class="md-nav__link">
<span class="md-ellipsis">
FAQ
@@ -1094,7 +1109,9 @@ problems.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to f
</div>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>


+ 24
- 7
docs/extensions/index.html View File

@@ -18,7 +18,7 @@
<link rel="icon" href="../logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.9">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
@@ -147,11 +147,13 @@
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
@@ -183,6 +185,7 @@
</div>
</div>
</div>
<div class="md-header__source">
@@ -254,6 +257,7 @@
<a href=".." class="md-nav__link">
<span class="md-ellipsis">
Home
@@ -275,6 +279,7 @@
<a href="../install/" class="md-nav__link">
<span class="md-ellipsis">
Install OpenBLAS
@@ -296,6 +301,7 @@
<a href="../user_manual/" class="md-nav__link">
<span class="md-ellipsis">
User manual
@@ -324,6 +330,7 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
Extensions
@@ -336,6 +343,7 @@
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
Extensions
@@ -402,6 +410,7 @@
<a href="../developers/" class="md-nav__link">
<span class="md-ellipsis">
Developer manual
@@ -423,6 +432,7 @@
<a href="../build_system/" class="md-nav__link">
<span class="md-ellipsis">
Build system
@@ -444,6 +454,7 @@
<a href="../runtime_variables/" class="md-nav__link">
<span class="md-ellipsis">
Runtime variables
@@ -465,6 +476,7 @@
<a href="../distributing/" class="md-nav__link">
<span class="md-ellipsis">
Redistributing OpenBLAS
@@ -486,6 +498,7 @@
<a href="../ci/" class="md-nav__link">
<span class="md-ellipsis">
CI jobs
@@ -507,6 +520,7 @@
<a href="../about/" class="md-nav__link">
<span class="md-ellipsis">
About
@@ -528,6 +542,7 @@
<a href="../faq/" class="md-nav__link">
<span class="md-ellipsis">
FAQ
@@ -786,7 +801,9 @@ This page documents those non-standard APIs.</p>
</div>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>


+ 24
- 7
docs/faq/index.html View File

@@ -16,7 +16,7 @@
<link rel="icon" href="../logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.9">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
@@ -145,11 +145,13 @@
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
@@ -181,6 +183,7 @@
</div>
</div>
</div>
<div class="md-header__source">
@@ -252,6 +255,7 @@
<a href=".." class="md-nav__link">
<span class="md-ellipsis">
Home
@@ -273,6 +277,7 @@
<a href="../install/" class="md-nav__link">
<span class="md-ellipsis">
Install OpenBLAS
@@ -294,6 +299,7 @@
<a href="../user_manual/" class="md-nav__link">
<span class="md-ellipsis">
User manual
@@ -315,6 +321,7 @@
<a href="../extensions/" class="md-nav__link">
<span class="md-ellipsis">
Extensions
@@ -336,6 +343,7 @@
<a href="../developers/" class="md-nav__link">
<span class="md-ellipsis">
Developer manual
@@ -357,6 +365,7 @@
<a href="../build_system/" class="md-nav__link">
<span class="md-ellipsis">
Build system
@@ -378,6 +387,7 @@
<a href="../runtime_variables/" class="md-nav__link">
<span class="md-ellipsis">
Runtime variables
@@ -399,6 +409,7 @@
<a href="../distributing/" class="md-nav__link">
<span class="md-ellipsis">
Redistributing OpenBLAS
@@ -420,6 +431,7 @@
<a href="../ci/" class="md-nav__link">
<span class="md-ellipsis">
CI jobs
@@ -441,6 +453,7 @@
<a href="../about/" class="md-nav__link">
<span class="md-ellipsis">
About
@@ -469,6 +482,7 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
FAQ
@@ -481,6 +495,7 @@
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
FAQ
@@ -1786,7 +1801,9 @@ from the main thread of your program (i.e. outside of omp parallel constructs),
</div>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>


+ 24
- 7
docs/index.html View File

@@ -16,7 +16,7 @@
<link rel="icon" href="logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.9">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
@@ -145,11 +145,13 @@
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
@@ -181,6 +183,7 @@
</div>
</div>
</div>
<div class="md-header__source">
@@ -259,6 +262,7 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
Home
@@ -271,6 +275,7 @@
<a href="." class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
Home
@@ -328,6 +333,7 @@
<a href="install/" class="md-nav__link">
<span class="md-ellipsis">
Install OpenBLAS
@@ -349,6 +355,7 @@
<a href="user_manual/" class="md-nav__link">
<span class="md-ellipsis">
User manual
@@ -370,6 +377,7 @@
<a href="extensions/" class="md-nav__link">
<span class="md-ellipsis">
Extensions
@@ -391,6 +399,7 @@
<a href="developers/" class="md-nav__link">
<span class="md-ellipsis">
Developer manual
@@ -412,6 +421,7 @@
<a href="build_system/" class="md-nav__link">
<span class="md-ellipsis">
Build system
@@ -433,6 +443,7 @@
<a href="runtime_variables/" class="md-nav__link">
<span class="md-ellipsis">
Runtime variables
@@ -454,6 +465,7 @@
<a href="distributing/" class="md-nav__link">
<span class="md-ellipsis">
Redistributing OpenBLAS
@@ -475,6 +487,7 @@
<a href="ci/" class="md-nav__link">
<span class="md-ellipsis">
CI jobs
@@ -496,6 +509,7 @@
<a href="about/" class="md-nav__link">
<span class="md-ellipsis">
About
@@ -517,6 +531,7 @@
<a href="faq/" class="md-nav__link">
<span class="md-ellipsis">
FAQ
@@ -705,7 +720,9 @@
</div>
<script id="__config" type="application/json">{"base": ".", "features": ["header.autohide"], "search": "assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": ".", "features": ["header.autohide"], "search": "assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
<script src="assets/javascripts/bundle.c8b220af.min.js"></script>


+ 24
- 7
docs/install/index.html View File

@@ -18,7 +18,7 @@
<link rel="icon" href="../logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.9">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
@@ -147,11 +147,13 @@
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
@@ -183,6 +185,7 @@
</div>
</div>
</div>
<div class="md-header__source">
@@ -254,6 +257,7 @@
<a href=".." class="md-nav__link">
<span class="md-ellipsis">
Home
@@ -284,6 +288,7 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
Install OpenBLAS
@@ -296,6 +301,7 @@
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
Install OpenBLAS
@@ -547,6 +553,7 @@
<a href="../user_manual/" class="md-nav__link">
<span class="md-ellipsis">
User manual
@@ -568,6 +575,7 @@
<a href="../extensions/" class="md-nav__link">
<span class="md-ellipsis">
Extensions
@@ -589,6 +597,7 @@
<a href="../developers/" class="md-nav__link">
<span class="md-ellipsis">
Developer manual
@@ -610,6 +619,7 @@
<a href="../build_system/" class="md-nav__link">
<span class="md-ellipsis">
Build system
@@ -631,6 +641,7 @@
<a href="../runtime_variables/" class="md-nav__link">
<span class="md-ellipsis">
Runtime variables
@@ -652,6 +663,7 @@
<a href="../distributing/" class="md-nav__link">
<span class="md-ellipsis">
Redistributing OpenBLAS
@@ -673,6 +685,7 @@
<a href="../ci/" class="md-nav__link">
<span class="md-ellipsis">
CI jobs
@@ -694,6 +707,7 @@
<a href="../about/" class="md-nav__link">
<span class="md-ellipsis">
About
@@ -715,6 +729,7 @@
<a href="../faq/" class="md-nav__link">
<span class="md-ellipsis">
FAQ
@@ -1802,7 +1817,9 @@ provides one implementation of <code>malloc</code> for embedded platforms.</p>
</div>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>


+ 23
- 7
docs/runtime_variables/index.html View File

@@ -18,7 +18,7 @@
<link rel="icon" href="../logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.9">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
@@ -142,11 +142,13 @@
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
@@ -178,6 +180,7 @@
</div>
</div>
</div>
<div class="md-header__source">
@@ -249,6 +252,7 @@
<a href=".." class="md-nav__link">
<span class="md-ellipsis">
Home
@@ -270,6 +274,7 @@
<a href="../install/" class="md-nav__link">
<span class="md-ellipsis">
Install OpenBLAS
@@ -291,6 +296,7 @@
<a href="../user_manual/" class="md-nav__link">
<span class="md-ellipsis">
User manual
@@ -312,6 +318,7 @@
<a href="../extensions/" class="md-nav__link">
<span class="md-ellipsis">
Extensions
@@ -333,6 +340,7 @@
<a href="../developers/" class="md-nav__link">
<span class="md-ellipsis">
Developer manual
@@ -354,6 +362,7 @@
<a href="../build_system/" class="md-nav__link">
<span class="md-ellipsis">
Build system
@@ -382,6 +391,7 @@
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
Runtime variables
@@ -404,6 +414,7 @@
<a href="../distributing/" class="md-nav__link">
<span class="md-ellipsis">
Redistributing OpenBLAS
@@ -425,6 +436,7 @@
<a href="../ci/" class="md-nav__link">
<span class="md-ellipsis">
CI jobs
@@ -446,6 +458,7 @@
<a href="../about/" class="md-nav__link">
<span class="md-ellipsis">
About
@@ -467,6 +480,7 @@
<a href="../faq/" class="md-nav__link">
<span class="md-ellipsis">
FAQ
@@ -667,7 +681,9 @@
</div>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>


+ 11
- 11
docs/sitemap.xml View File

@@ -2,46 +2,46 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://openblas.net/docs/</loc>
<lastmod>2025-03-27</lastmod>
<lastmod>2025-04-03</lastmod>
</url>
<url>
<loc>https://openblas.net/docs/about/</loc>
<lastmod>2025-03-27</lastmod>
<lastmod>2025-04-03</lastmod>
</url>
<url>
<loc>https://openblas.net/docs/build_system/</loc>
<lastmod>2025-03-27</lastmod>
<lastmod>2025-04-03</lastmod>
</url>
<url>
<loc>https://openblas.net/docs/ci/</loc>
<lastmod>2025-03-27</lastmod>
<lastmod>2025-04-03</lastmod>
</url>
<url>
<loc>https://openblas.net/docs/developers/</loc>
<lastmod>2025-03-27</lastmod>
<lastmod>2025-04-03</lastmod>
</url>
<url>
<loc>https://openblas.net/docs/distributing/</loc>
<lastmod>2025-03-27</lastmod>
<lastmod>2025-04-03</lastmod>
</url>
<url>
<loc>https://openblas.net/docs/extensions/</loc>
<lastmod>2025-03-27</lastmod>
<lastmod>2025-04-03</lastmod>
</url>
<url>
<loc>https://openblas.net/docs/faq/</loc>
<lastmod>2025-03-27</lastmod>
<lastmod>2025-04-03</lastmod>
</url>
<url>
<loc>https://openblas.net/docs/install/</loc>
<lastmod>2025-03-27</lastmod>
<lastmod>2025-04-03</lastmod>
</url>
<url>
<loc>https://openblas.net/docs/runtime_variables/</loc>
<lastmod>2025-03-27</lastmod>
<lastmod>2025-04-03</lastmod>
</url>
<url>
<loc>https://openblas.net/docs/user_manual/</loc>
<lastmod>2025-03-27</lastmod>
<lastmod>2025-04-03</lastmod>
</url>
</urlset>

BIN
docs/sitemap.xml.gz View File


+ 24
- 7
docs/user_manual/index.html View File

@@ -18,7 +18,7 @@
<link rel="icon" href="../logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.9">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
@@ -147,11 +147,13 @@
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
</label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
@@ -183,6 +185,7 @@
</div>
</div>
</div>
<div class="md-header__source">
@@ -254,6 +257,7 @@
<a href=".." class="md-nav__link">
<span class="md-ellipsis">
Home
@@ -275,6 +279,7 @@
<a href="../install/" class="md-nav__link">
<span class="md-ellipsis">
Install OpenBLAS
@@ -303,6 +308,7 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
User manual
@@ -315,6 +321,7 @@
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
User manual
@@ -495,6 +502,7 @@
<a href="../extensions/" class="md-nav__link">
<span class="md-ellipsis">
Extensions
@@ -516,6 +524,7 @@
<a href="../developers/" class="md-nav__link">
<span class="md-ellipsis">
Developer manual
@@ -537,6 +546,7 @@
<a href="../build_system/" class="md-nav__link">
<span class="md-ellipsis">
Build system
@@ -558,6 +568,7 @@
<a href="../runtime_variables/" class="md-nav__link">
<span class="md-ellipsis">
Runtime variables
@@ -579,6 +590,7 @@
<a href="../distributing/" class="md-nav__link">
<span class="md-ellipsis">
Redistributing OpenBLAS
@@ -600,6 +612,7 @@
<a href="../ci/" class="md-nav__link">
<span class="md-ellipsis">
CI jobs
@@ -621,6 +634,7 @@
<a href="../about/" class="md-nav__link">
<span class="md-ellipsis">
About
@@ -642,6 +656,7 @@
<a href="../faq/" class="md-nav__link">
<span class="md-ellipsis">
FAQ
@@ -1196,7 +1211,9 @@ used projects like Julia, SciPy, or R.</p>
</div>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>


Loading…
Cancel
Save