Skip to content

Commit 0c26977

Browse files
committed
deploy: 74be676
1 parent 48f34dd commit 0c26977

File tree

13 files changed

+836
-821
lines changed

13 files changed

+836
-821
lines changed

docs/404.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,26 @@
359359

360360

361361

362+
<li class="md-nav__item">
363+
<a href="/docs/runtime_variables/" class="md-nav__link">
364+
365+
366+
<span class="md-ellipsis">
367+
Runtime variables
368+
</span>
369+
370+
371+
</a>
372+
</li>
373+
374+
375+
376+
377+
378+
379+
380+
381+
362382
<li class="md-nav__item">
363383
<a href="/docs/distributing/" class="md-nav__link">
364384

docs/about/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,26 @@
370370

371371

372372

373+
<li class="md-nav__item">
374+
<a href="../runtime_variables/" class="md-nav__link">
375+
376+
377+
<span class="md-ellipsis">
378+
Runtime variables
379+
</span>
380+
381+
382+
</a>
383+
</li>
384+
385+
386+
387+
388+
389+
390+
391+
392+
373393
<li class="md-nav__item">
374394
<a href="../distributing/" class="md-nav__link">
375395

docs/build_system/index.html

Lines changed: 495 additions & 737 deletions
Large diffs are not rendered by default.

docs/ci/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,26 @@
370370

371371

372372

373+
<li class="md-nav__item">
374+
<a href="../runtime_variables/" class="md-nav__link">
375+
376+
377+
<span class="md-ellipsis">
378+
Runtime variables
379+
</span>
380+
381+
382+
</a>
383+
</li>
384+
385+
386+
387+
388+
389+
390+
391+
392+
373393
<li class="md-nav__item">
374394
<a href="../distributing/" class="md-nav__link">
375395

docs/developers/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,26 @@
473473

474474

475475

476+
<li class="md-nav__item">
477+
<a href="../runtime_variables/" class="md-nav__link">
478+
479+
480+
<span class="md-ellipsis">
481+
Runtime variables
482+
</span>
483+
484+
485+
</a>
486+
</li>
487+
488+
489+
490+
491+
492+
493+
494+
495+
476496
<li class="md-nav__item">
477497
<a href="../distributing/" class="md-nav__link">
478498

docs/distributing/index.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="canonical" href="https://openblas.net/docs/distributing/">
1212

1313

14-
<link rel="prev" href="../build_system/">
14+
<link rel="prev" href="../runtime_variables/">
1515

1616

1717
<link rel="next" href="../ci/">
@@ -368,6 +368,26 @@
368368

369369

370370

371+
372+
373+
<li class="md-nav__item">
374+
<a href="../runtime_variables/" class="md-nav__link">
375+
376+
377+
<span class="md-ellipsis">
378+
Runtime variables
379+
</span>
380+
381+
382+
</a>
383+
</li>
384+
385+
386+
387+
388+
389+
390+
371391

372392

373393

docs/extensions/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,26 @@
433433

434434

435435

436+
<li class="md-nav__item">
437+
<a href="../runtime_variables/" class="md-nav__link">
438+
439+
440+
<span class="md-ellipsis">
441+
Runtime variables
442+
</span>
443+
444+
445+
</a>
446+
</li>
447+
448+
449+
450+
451+
452+
453+
454+
455+
436456
<li class="md-nav__item">
437457
<a href="../distributing/" class="md-nav__link">
438458

docs/faq/index.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,26 @@
368368

369369

370370

371+
<li class="md-nav__item">
372+
<a href="../runtime_variables/" class="md-nav__link">
373+
374+
375+
<span class="md-ellipsis">
376+
Runtime variables
377+
</span>
378+
379+
380+
</a>
381+
</li>
382+
383+
384+
385+
386+
387+
388+
389+
390+
371391
<li class="md-nav__item">
372392
<a href="../distributing/" class="md-nav__link">
373393

@@ -1481,7 +1501,7 @@ <h3 id="how-about-the-level-3-blas-performance-on-intel-sandy-bridge"><a name="s
14811501

14821502
<h2 id="os-and-compiler">OS and Compiler</h2>
14831503
<h3 id="how-can-i-call-an-openblas-function-in-microsoft-visual-studio"><a name="MSVC"></a>How can I call an OpenBLAS function in Microsoft Visual Studio?</h3>
1484-
<p>Please read <a href="../install/#visual-studio">this page</a>.</p>
1504+
<p>Please read <a href="../install/#visual-studio-native-windows-abi">this page</a>.</p>
14851505
<h3 id="how-can-i-use-cblas-and-lapacke-without-c99-complex-number-support-eg-in-visual-studio"><a name="C99_complex_number"></a>How can I use CBLAS and LAPACKE without C99 complex number support (e.g. in Visual Studio)?</h3>
14861506
<p>Zaheer has fixed this bug. You can now use the structure instead of C99 complex numbers. Please read <a href="http://github.com/xianyi/OpenBLAS/issues/95">this issue page</a> for details.</p>
14871507
<p><a href="https://github.com/OpenMathLib/OpenBLAS/issues/305">This issue</a> is for using LAPACKE in Visual Studio.</p>
@@ -1667,7 +1687,7 @@ <h4 id="using-openblas-with-openmp"><a name="OpenMP"></a>Using OpenBLAS with Ope
16671687
<span class="md-icon" title="Last update">
16681688
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
16691689
</span>
1670-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">December 30, 2024</span>
1690+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 4, 2025</span>
16711691
</span>
16721692

16731693

docs/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,26 @@
422422

423423

424424

425+
<li class="md-nav__item">
426+
<a href="runtime_variables/" class="md-nav__link">
427+
428+
429+
<span class="md-ellipsis">
430+
Runtime variables
431+
</span>
432+
433+
434+
</a>
435+
</li>
436+
437+
438+
439+
440+
441+
442+
443+
444+
425445
<li class="md-nav__item">
426446
<a href="distributing/" class="md-nav__link">
427447

0 commit comments

Comments
 (0)