overwrite historical intro page with the one from openblas.net

This commit is contained in:
Martin Kroeker 2024-04-05 18:45:24 +02:00 committed by GitHub
parent 15985cf78c
commit 9d5547f5ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 96 additions and 74 deletions

View File

@ -1,88 +1,110 @@
<!DOCTYPE html> <!DOCTYPE html>
<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"> <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.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>
<body> <title>OpenBLAS : An optimized BLAS library</title>
<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>
<div id="container"> </head>
<div class="download"> <body>
<a href="https://github.com/xianyi/OpenBLAS/zipball/master"> <!-- Google Tag Manager -->
<img border="0" width="90" src="https://github.com/images/modules/download/zip.png"></a> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MN94TB"
<a href="https://github.com/xianyi/OpenBLAS/tarball/master"> height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<img border="0" width="90" src="https://github.com/images/modules/download/tar.png"></a> <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>
<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>
<h1><a href="https://github.com/xianyi/OpenBLAS">OpenBLAS</a> <!-- MAIN CONTENT -->
<span class="small">by <a href="https://github.com/xianyi">xianyi</a></span></h1> <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>.
<div class="description"> 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>
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. <h3>Install from Source</h3>
</div> <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>
<h2>Authors</h2> <li>Wang Qian</li>
<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> <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>
<h2>Contact</h2> <h3>Contributors</h3>
<p>Xianyi Zhang (traits.zhang@gmail.com) <br/> </p> <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
<h2>Download</h2> reports and suggestions.</p>
<p> <h3>FAQ</h3>
You can download this project in either <p>Please read our <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/faq">wiki pages</a>.</p>
<a href="https://github.com/xianyi/OpenBLAS/zipball/master">zip</a> or <h3>Donation</h3>
<a href="https://github.com/xianyi/OpenBLAS/tarball/master">tar formats. <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>
<p>You can also clone the project with <a href="http://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:
<pre>$ git clone git://github.com/xianyi/OpenBLAS</pre> <pre>$ git clone https://github.com/OpenMathLib/OpenBLAS.git</pre>
</p> </p>
<p>(Note that the project was moved out from under Xianyi's personal repository into the OpenMathLib organization
<div class="footer"> in the summer of 2023 purely for practical reasons. Any old links referring to github.com/xianyi/OpenBLAS
get the source code on GitHub : <a href="https://github.com/xianyi/OpenBLAS">xianyi/OpenBLAS</a> 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> </div>
</body> </body>
</html> </html>