-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>FPBench</title> | ||
<link rel="stylesheet" type="text/css" href="fpbench.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<a href='.'> | ||
<img src='img/logo.png' height='150' alt='FPBench Logo' /> | ||
<h1>FPBench</h1> | ||
</a> | ||
<p>Standards and benchmarks for floating-point research</p> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="benchmarks.html">Benchmarks</a></li> | ||
<li><a href="tools.html">Compilers</a></li> | ||
<li><a href="spec/index.html">Standards</a></li> | ||
</ul> | ||
</header> | ||
|
||
<h2>About</h2> | ||
|
||
<p> | ||
|
||
FPBench is committed to | ||
advancing the field of floating-point research | ||
by providing a unified, standardized platform for | ||
benchmarks, tools, and practices. | ||
Central to our mission is | ||
advancing reproducible research in | ||
floating-point precision analysis, accuracy, and verification | ||
by developing shared infrastructure. | ||
Beyond this, | ||
FPBench passionately fosters a collaborative community, | ||
emphasizing open dialogue, shared resources, and collective growth. | ||
FPBench strives to facilitate | ||
relationships across the community | ||
by creating spaces for researchers to | ||
connect, collaborate, and contribute, thus | ||
co-creating a vibrant ecosystem driven by | ||
mutual respect and shared purpose. | ||
|
||
</p> | ||
|
||
<h2>Contributors</h2> | ||
|
||
<ul> | ||
<li>Adobe Research</li> | ||
<li>Amazon AWS</li> | ||
<li>Cornell University</li> | ||
<li>Google</li> | ||
<li>INRIA</li> | ||
<li>Imperial College London</li> | ||
<li>Intel</li> | ||
<li>James Madison University</li> | ||
<li>Lawrence Livermore National Laboratory</li> | ||
<li>Meta</li> | ||
<li>Rutgers University</li> | ||
<li>Sandia National Labs</li> | ||
<li>University of California, Davis</li> | ||
<li>University of Iowa</li> | ||
<li>University of Utah</li> | ||
<li>University of Washington</li> | ||
<li>Yale University</li> | ||
</ul> | ||
|
||
<h2>Advisory Group</h1> | ||
|
||
<ul> | ||
<li><a href='https://pavpanchekha.com/'>Pavel Panchekha</a>, University of Utah</li> | ||
<li><a href='https://avolkova.org/'>Anastasia Volkova</a>, INRIA</li> | ||
<li>Bill Zorn, Intel</li> | ||
<li><a href='https://ianbriggs.dev/'>Ian Briggs</a>, University of Utah</li> | ||
<li><a href='https://www.linkedin.com/in/theo-drane-7753934/'>Theo Drane</a>, Intel</li> | ||
<li><a href='https://www.linkedin.com/in/theodoreomtzigt/'>Theodore Omtzigt</a>, Lemurian Labs</li> | ||
<li><a href='https://ztatlock.net/'>Zachary Tatlock</a>, University of Washington</li> | ||
</ul> | ||
|
||
<h2>Community Meetings</h1> | ||
|
||
<ul> | ||
<li><a href='https://fpbench.org/community-meetings.html'>Monthly Talk Series</a></li> | ||
<li><a href='https://fpbench.org/talks/fptalks23.html'>Annual Workshop</a></li> | ||
</ul> | ||
|
||
</body> | ||
</html> |