| @@ -34,8 +34,8 @@ | |||||
| <h2 id="project_tagline">An optimized BLAS library</h2> | <h2 id="project_tagline">An optimized BLAS library</h2> | ||||
| <section id="downloads"> | <section id="downloads"> | ||||
| <a class="zip_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.zip">Download this project as a .zip file</a> | |||||
| <a class="tar_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz">Download this project as a tar.gz file</a> | |||||
| <a class="zip_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.zip">Download this project as a .zip file</a> | |||||
| <a class="tar_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.tar.gz">Download this project as a tar.gz file</a> | |||||
| </section> | </section> | ||||
| </header> | </header> | ||||
| </div> | </div> | ||||
| @@ -58,7 +58,7 @@ | |||||
| <p>Please read <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/User-Manual">User Manual</a> and <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/Installation-Guide">Installation Guide</a></p> | <p>Please read <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/User-Manual">User Manual</a> and <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/Installation-Guide">Installation Guide</a></p> | ||||
| <p>Full project documentation (that also covers topics like installing from source) is available <a href="docs/"> here</a> - this builds on and will eventually replace the wiki</p> | <p>Full project documentation (that also covers topics like installing from source) is available <a href="docs/"> here</a> - this builds on and will eventually replace the wiki</p> | ||||
| <h3>Changelog</h3> | <h3>Changelog</h3> | ||||
| <p>The current release is 0.3.28 version created Aug 9, 2024. Please refer to the <a href="https://github.com/OpenMathLib/OpenBLAS/blob/develop/Changelog.txt">changelog file</a> for notable changes. | |||||
| <p>The current release is 0.3.29 version created Jan 12, 2025. Please refer to the <a href="https://github.com/OpenMathLib/OpenBLAS/blob/develop/Changelog.txt">changelog file</a> for notable changes. | |||||
| <!-- Here is the <a href="dgemm_snb_1thread.png">single thread DGEMM</a> performance result on desktop Sandy Bridge.</p> --> | <!-- Here is the <a href="dgemm_snb_1thread.png">single thread DGEMM</a> performance result on desktop Sandy Bridge.</p> --> | ||||
| <h3>License</h3> | <h3>License</h3> | ||||
| <p>BSD</p> | <p>BSD</p> | ||||
| @@ -85,9 +85,9 @@ | |||||
| <p><a href="https://groups.google.com/forum/#!forum/openblas-users">Users mailing list</a> </p> | <p><a href="https://groups.google.com/forum/#!forum/openblas-users">Users mailing list</a> </p> | ||||
| <h3>Download</h3> | <h3>Download</h3> | ||||
| <p>You can download this project in either | <p>You can download this project in either | ||||
| <a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.zip">zip</a> or | |||||
| <a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz">tar</a> formats.<br> | |||||
| (md5 checksums are 2b3bb81f49453b12c4a563579bfc1e9f for the zip and 0f54185b6ef804173c01b9a40520a0e8 for the tar.gz package) | |||||
| <a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.zip">zip</a> or | |||||
| <a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.tar.gz">tar</a> formats.<br> | |||||
| (md5 checksums are d7df28656fa28616da028d1e94eab216 for the zip and 853a0c5c0747c5943e7ef4bbb793162d for the tar.gz package) | |||||
| </p> | </p> | ||||
| <p>You can also clone the project with <a href="https://git-scm.com">Git</a> | <p>You can also clone the project with <a href="https://git-scm.com">Git</a> | ||||
| by running: | by running: | ||||