| @@ -1,88 +1,110 @@ | |||
| <!DOCTYPE html> | |||
| <html> | |||
| <head> | |||
| <meta charset='utf-8'> | |||
| <title>xianyi/OpenBLAS @ GitHub</title> | |||
| <head> | |||
| <meta charset='utf-8' /> | |||
| <meta http-equiv="X-UA-Compatible" content="chrome=1" /> | |||
| <meta name="description" content="Slate is a responsive theme for GitHub Pages" /> | |||
| <style type="text/css"> | |||
| body { | |||
| margin-top: 1.0em; | |||
| background-color: #85b33d; | |||
| font-family: Helvetica, Arial, FreeSans, san-serif; | |||
| color: #ffffff; | |||
| } | |||
| #container { | |||
| margin: 0 auto; | |||
| width: 700px; | |||
| } | |||
| h1 { font-size: 3.8em; color: #7a4cc2; margin-bottom: 3px; } | |||
| h1 .small { font-size: 0.4em; } | |||
| h1 a { text-decoration: none } | |||
| h2 { font-size: 1.5em; color: #7a4cc2; } | |||
| h3 { text-align: center; color: #7a4cc2; } | |||
| a { color: #7a4cc2; } | |||
| .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;} | |||
| .download { float: right; } | |||
| pre { background: #000; color: #fff; padding: 15px;} | |||
| hr { border: 0; width: 80%; border-bottom: 1px solid #aaa} | |||
| .footer { text-align:center; padding-top:30px; font-style: italic; } | |||
| </style> | |||
| </head> | |||
| <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css"> | |||
| <body> | |||
| <a href="https://github.com/xianyi/OpenBLAS"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a> | |||
| <title>OpenBLAS : An optimized BLAS library</title> | |||
| <div id="container"> | |||
| </head> | |||
| <div class="download"> | |||
| <a href="https://github.com/xianyi/OpenBLAS/zipball/master"> | |||
| <img border="0" width="90" src="https://github.com/images/modules/download/zip.png"></a> | |||
| <a href="https://github.com/xianyi/OpenBLAS/tarball/master"> | |||
| <img border="0" width="90" src="https://github.com/images/modules/download/tar.png"></a> | |||
| </div> | |||
| <h1><a href="https://github.com/xianyi/OpenBLAS">OpenBLAS</a> | |||
| <span class="small">by <a href="https://github.com/xianyi">xianyi</a></span></h1> | |||
| <div class="description"> | |||
| OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. | |||
| </div> | |||
| <body> | |||
| <!-- Google Tag Manager --> | |||
| <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MN94TB" | |||
| height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | |||
| <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | |||
| new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | |||
| j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | |||
| '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | |||
| })(window,document,'script','dataLayer','GTM-MN94TB');</script> | |||
| <!-- End Google Tag Manager --> | |||
| <!-- HEADER --> | |||
| <div id="header_wrap" class="outer"> | |||
| <header class="inner"> | |||
| <a id="forkme_banner" href="http://github.com/OpenMathLib/OpenBLAS">View on GitHub</a> | |||
| <div id="logo_banner"></div> | |||
| <h1 id="project_title">OpenBLAS</h1> | |||
| <h2 id="project_tagline">An optimized BLAS library</h2> | |||
| <h2>Authors</h2> | |||
| <p>Mike Nolta (mike@nolta.net) <br/>Elias Pipping (pipping@exherbo.org) <br/>Stefan Karpinski (stefan@karpinski.org) <br/>Xianyi Zhang (traits.zhang@gmail.com) <br/>Zhang Xiianyi (traits@debian32bits.rdcps.ac.cn) <br/>traz (wangqian10@iscas.ac.cn) <br/>Xianyi (xianyi@iscas.ac.cn) <br/> </p> | |||
| <h2>Contact</h2> | |||
| <p>Xianyi Zhang (traits.zhang@gmail.com) <br/> </p> | |||
| <h2>Download</h2> | |||
| <p> | |||
| You can download this project in either | |||
| <a href="https://github.com/xianyi/OpenBLAS/zipball/master">zip</a> or | |||
| <a href="https://github.com/xianyi/OpenBLAS/tarball/master">tar formats. | |||
| </p> | |||
| <p>You can also clone the project with <a href="http://git-scm.com">Git</a> | |||
| by running: | |||
| <pre>$ git clone git://github.com/xianyi/OpenBLAS</pre> | |||
| </p> | |||
| <section id="downloads"> | |||
| <a class="zip_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26.zip">Download this project as a .zip file</a> | |||
| <a class="tar_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26.tar.gz">Download this project as a tar.gz file</a> | |||
| </section> | |||
| </header> | |||
| </div> | |||
| <div class="footer"> | |||
| get the source code on GitHub : <a href="https://github.com/xianyi/OpenBLAS">xianyi/OpenBLAS</a> | |||
| <!-- MAIN CONTENT --> | |||
| <div id="main_content_wrap" class="outer"> | |||
| <section id="main_content" class="inner"> | |||
| <p>OpenBLAS is an optimized BLAS library based on <a href="https://www.tacc.utexas.edu/research-development/tacc-software/gotoblas2">GotoBLAS2</a> 1.13 BSD version. Please read the documents on <a href="http://github.com/xianyi/OpenBLAS/wiki">OpenBLAS wiki</a>.</p> | |||
| <h3>Binary Packages</h3> | |||
| <p>We strive to provide <a href="https://sourceforge.net/projects/openblas/files">binary packages</a> for the following platform.</p> | |||
| <ul> | |||
| <li>Windows x86/x86_64</li> | |||
| </ul> | |||
| (hosted on sourceforge.net; if required the mingw runtime dependencies can be found in the 0.2.12 folder there)<br> | |||
| Note that while the binaries may be slow to arrive on sourceforge.net at the moment, they can also be found in the Releases section of the github site, | |||
| <a href="https://github.com/OpenMathLib/OpenBLAS/releases">https://github.com/OpenMathLib/OpenBLAS/releases</a>. | |||
| Binaries for other platforms are usually available on the sites listed in <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/Precompiled-installation-packages">the OpenBLAS Wiki</a> | |||
| <h3>Install from Source</h3> | |||
| <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> | |||
| <h3>Changelog</h3> | |||
| <p>The current release is 0.3.26 version created Jan 2, 2024. Please refer to the <a href="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> --> | |||
| <h3>License</h3> | |||
| <p>BSD</p> | |||
| <h3>Developers</h3> | |||
| <p>Current Developers: <a href="http://xianyi.github.io">Zhang Xianyi</a>, Martin Kroeker<p> | |||
| <p>Previous Developers:</p> | |||
| <ul> | |||
| <li>Werner Saar</li> | |||
| <li>Wang Qian</li> | |||
| <li>Zaheer Chothia</li> | |||
| <li>Chen Shaohu (Optimized GEMV on the Loongson-3A processor)</li> | |||
| <li>Luo Wen (Intern, Testing Level 2 BLAS)</li> | |||
| </ul> | |||
| <h3>Contributors</h3> | |||
| <p>Please check <a href="https://github.com/OpenMathLib/OpenBLAS/blob/develop/CONTRIBUTORS.md">CONTRIBUTORS.md</a>.</p> | |||
| <h3>Issues</h3> | |||
| <p>Please use the issue tracker at <a href="https://github.com/OpenMathLib/OpenBLAS/issues">github.com/OpenMathLib/OpenBLAS/issues</a> for bug | |||
| reports and suggestions.</p> | |||
| <h3>FAQ</h3> | |||
| <p>Please read our <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/faq">wiki pages</a>.</p> | |||
| <h3>Donation</h3> | |||
| <p>Please read <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/Donation">this wiki page</a>. </p> | |||
| <h3>Contact</h3> | |||
| <p><a href="https://groups.google.com/forum/#!forum/openblas-users">Users mailing list</a> </p> | |||
| <h3>Download</h3> | |||
| <p>You can download this project in either | |||
| <a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26.zip">zip</a> or | |||
| <a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26.tar.gz">tar</a> formats.<br> | |||
| (md5 checksums are f2524d2eaa55e9c2bad4d203401d4c7f for the zip and bd496a1c81769ed19a161c1f8f904ccd for the tar.gz package) | |||
| </p> | |||
| <p>You can also clone the project with <a href="https://git-scm.com">Git</a> | |||
| by running: | |||
| <pre>$ git clone https://github.com/OpenMathLib/OpenBLAS.git</pre> | |||
| </p> | |||
| <p>(Note that the project was moved out from under Xianyi's personal repository into the OpenMathLib organization | |||
| in the summer of 2023 purely for practical reasons. Any old links referring to github.com/xianyi/OpenBLAS | |||
| are automatically forwarded by github to the new location.)</p> | |||
| </section> | |||
| </div> | |||
| </div> | |||
| <!-- FOOTER --> | |||
| <div id="footer_wrap" class="outer"> | |||
| <footer class="inner"> | |||
| <p class="copyright">OpenBLAS maintained by <a href="http://xianyi.github.io">Zhang Xianyi</a></p> | |||
| <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p> | |||
| </footer> | |||
| </div> | |||
| </body> | |||
| </body> | |||
| </html> | |||