-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcontrib.html
More file actions
112 lines (107 loc) · 4.18 KB
/
contrib.html
File metadata and controls
112 lines (107 loc) · 4.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Intel® ISPC Contributors - Meet the team behind the high-performance SIMD compiler">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="css/style.css">
<title>Contributors - Intel® Implicit SPMD Program Compiler</title>
</head>
<body>
<div class="container">
<header class="site-header">
<nav class="main-nav">
<div class="nav-brand">
<h1>Intel® ISPC</h1>
</div>
<ul class="nav-menu">
<li class="nav-item"><a href="index.html">Overview</a></li>
<li class="nav-item"><a href="features.html">Features</a></li>
<li class="nav-item"><a href="downloads.html">Downloads</a></li>
<li class="nav-item"><a href="documentation.html">Documentation</a></li>
<li class="nav-item"><a href="perf.html">Performance</a></li>
<li class="nav-item active"><a href="contrib.html">Contributors</a></li>
</ul>
</nav>
</header>
<main class="main-content">
<div class="content-grid">
<article class="content-main">
<section class="contributors-section">
<h1>Contributors</h1>
<p>
The Intel® Implicit SPMD Program Compiler (ispc) is currently being
developed by Arina Neshlyaeva and Aleksei Nurmukhametov at Intel,
along with Dmitry Babokin, an open-source contributor from outside Intel.
It was created by Matt Pharr, Ingo Wald, and Jean-Luc Duprat. It draws
from a number of language features pioneered in Ingo Wald's IVL compiler
as well as parsing code written by Geoff Berry and Tim Foley.
</p>
</section>
<section class="additional-contributors-section">
<h2>Additional Contributors</h2>
<p>
Thanks also to the additional contributors:
Alex Reece,
Aleksandr Bezzubikov,
Aleksandr Pronin,
Andreas Wendleder,
Andrey Guskov,
Anton Mitrokhin,
Anton Schreiner,
Ben Harper,
Daniel Schubert,
Deepak Rajendrakumaran,
Dmitry Ryabtsev,
Evghenii Gaburov,
Gabe Weisz,
Giordano Salvador,
Ilia Filippov,
Jan Zielinski,
James Brodman,
Jefferson Amstutz,
Jerome Richard,
John Poole,
Lu Guanqun,
Mark Lacey,
Michael Liao,
Nipunn Koorapati,
Peng Tu,
Pete Brubaker,
Pete Couperus,
Pierre-Antoine Lacaze and
Vsevolod Livinskij!
</p>
</section>
<section class="open-source-section">
<h2>Open Source Development</h2>
<p>
ispc is developed "in the open" on github; contributions and
improvements are always welcome.
</p>
</section>
</article>
<aside class="sidebar">
<div class="sidebar-section">
<h3>Resources</h3>
<ul class="resource-links">
<li><a href="http://github.com/ispc/ispc">GitHub Repository</a></li>
<li><a href="https://github.com/ispc/ispc/discussions">Community Discussions</a></li>
<li><a href="http://github.com/ispc/ispc/issues">Report Issues</a></li>
<li><a href="https://github.com/orgs/ispc/projects/1">Release Planning</a></li>
<li><a href="https://github.com/ispc/ispc/blob/main/CONTRIBUTING.md">Contributing Guide</a></li>
<li><a href="http://github.com/ispc/ispc/wiki">Documentation Wiki</a></li>
</ul>
</div>
</aside>
</div>
</main>
<footer class="site-footer">
<div class="footer-content">
<p>© <strong>Intel Corporation</strong> | <a href="http://validator.w3.org/check?uri=referer">Valid HTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a></p>
</div>
</footer>
</div>
</body>
</html>