-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·258 lines (255 loc) · 14.8 KB
/
index.html
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>GoAi | GPU Open Analytics Initiative</title>
<meta name="description" content="GPU Open Analytics Initiative">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/grids-responsive-min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:500|Raleway:300,600" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<meta name="theme-color" content="#fff">
</head>
<body>
<div id="nav"></div>
<div class="header">
<div class="header-title"><img src="img/GoAi-logo.png" class="pure-img"></div>
<div class="header-subtitle">
<a href="https://github.com/gpuopenanalytics/demo-docker" class="action-col" target="_blank">
<div class="action-header">
<i class="zmdi zmdi-github"></i>
</div>
<div class="action-footer">
go to our github demo notebook
</div>
</a>
<a href="announcements.html" class="action-col">
<div class="action-header">
<i class="zmdi zmdi-info-outline"></i>
</div>
<div class="action-footer">
see our latest announcements
</div>
</a>
</div>
</div>
<section>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<h2>Mission </h2>
<p>
Our mission is to build a platform that allows data scientist to explore data, train machine learning algorithms, and build applications while primarily staying on the GPU
</p>
<p>
<h3>Collaboration</h3>
The GPU Open Analytics Initiative (GoAi) seeks to foster and develop open collaboration between GPU analytics projects and products to enable data scientists to efficiently combine the best tools for their workflows.
</p>
<p>
<h3>Why This is Necessary</h3>
Most GPU-enabled software treats the GPU as an implementation detail to be hidden from their external interfaces. This is a sensible choice when only one project in a data science pipeline is GPU-accelerated, but it becomes less and less efficient as more applications and libraries in the pipeline gain GPU-accelerated implementations. The GoAi members recognized this difficulty, and are collaborating to create an open spec and set of tools for data exchange between libraries and applications without needing to move data off the GPU.
</p>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<div class="large-quote">
<i class="zmdi zmdi-quote zmdi-hc-rotate-180"></i>
We want to make accelerated, end-to-end GPU analytics easy.
<i class="zmdi zmdi-quote"></i>
</div>
<p>
<img src="img/GoAi-group-com.png" class="mid-img">
</p>
</div>
</div>
</section>
<section>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<h2>Community </h2>
<p>
There are many ways for a project, group, individual, or company to join the GPU Open Analytics Initiative (GoAi). Below are details.
If you have any questions, please reach out.
</p>
<p>
<a href="https://join.slack.com/t/gpuoai/shared_invite/MjE0Njg5NDQ1MDQxLTE1MDA1MzQzNzgtODRkMTIxYTEzOA"><i class="zmdi zmdi-comments"></i> Slack Workspace</a>
<br>
<a href="https://groups.google.com/forum/#!forum/gpuopenanalytics"><i class="zmdi zmdi-comments"></i> Google Group</a>
<br>
<a href="mailto:admin@gpuopenanalytics.com?Subject=GoAi" title="email GOAI" target="_blank" class="cls3FWz5 cls1H0Td"><i class="zmdi zmdi-mail-send"></i> admin@gpuopenanalytics.com</a>
</p>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<div class="large-quote">
<i class="zmdi zmdi-quote zmdi-hc-rotate-180"></i>
Learn, try, and collaborate with us.
<i class="zmdi zmdi-quote"></i>
</div>
</div>
</div>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<h3>Become an Adopter </h3>
<p>
Adopters are projects, products or groups that are currently using or planning to use a GoAi project. For example, a database adding support for the GPU Data Frame can be a GoAi adopter.
</p>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<h3> </h3>
Adopters should <a href="https://groups.google.com/forum/#!forum/gpuopenanalytics" target="_blank">announce their plans on our public Google Groups</a>, and we will add a link to their project on the GoAi website.
</div>
</div>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<h3>Become a Contributor </h3>
<p>
Contributors are any projects, groups, or individuals that would like to help develop projects. Since the GoAi is based around open projects, clone a repository on our GitHub channel and make a pull request. To help faciliate the process, <a href="https://groups.google.com/forum/#!forum/gpuopenanalytics" target="_blank">let us know of your plans on our public Google Groups</a>.
</p>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<h3> </h3>
<p>
<strong>Our contributors are:</strong>
</p>
<p>
<a href="https://arrow.apache.org/" target="_blank">Apache Arrow</a>,
<a href="http://www.simantex.com/" target="_blank">Simantex</a>,
Siu Kwan Lam,
Arno Candel,
Minggang Yu,
Stanley Seibert,
Jon Mckinney,
Bill Maimone,
Vinod Iyengar,
Todd Mostak,
</p>
</div>
</div>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<h3>Become a Member</h3>
<p>
A member is responsible for stewardship of the GoAi organization, including decision-making about expanding GoAi to future projects, planning for events and outreach, and generally promoting the GoAi mission. Members will meet periodically to discuss and vote on GoAi management issues. However, technical decisions are handled by the open source developer communities around individual GoAi projects and <strong>membership is not a requirement for technical contributions</strong>. An organization can request membership from the existing members.
</p>
<p>
If the criteria is applicable, <a href="https://groups.google.com/forum/#!forum/gpuopenanalytics" target="_blank">apply for membership on our public Google Groups</a>. Existing members will vote on the admission of new members based on the above criteria. Note that adopters do not need to satisfy the above requirements.
</p>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<h3> </h3>
<p>
<strong>Members are expected to follow the below criteria:</strong>
</p>
<ol>
<li><strong>Have demonstrated contributions toward open GPU analytics</strong>. <br> This can be in the form of open source code contributions, community involvement, education, etc. (Members do not have to be exclusively open source, of course.)</li>
<li><strong>Engage constructively with the community</strong>. <br> Members should have a constructive and friendly attitude toward others in the GoAi community and be willing to mentor newer contributors and users.</li>
<li><strong>Collaborate with other GoAi members</strong>. <br> Although GoAi members may be business competitors, within the context of GoAi meetings and projects, members are expected to collaborate in good faith with other members.</li>
</ol>
<p>
<strong>Below are our current members:</strong>
</p>
</div>
</div>
<div class="flex-container">
<div class="flex-item">
<div class="card-img">
<a href="https://anaconda.org/" taget="_blank"><img src="img/anaconda_Logo.jpg" class="pure-img" /></a>
</div>
</div>
<div class="flex-item">
<div class="card-img">
<a href="https://arrow.apache.org/" taget="_blank"><img src="img/apacheArrow_logo.jpg" class="pure-img" /></a>
</div>
</div>
<div class="flex-item">
<div class="card-img">
<a href="https://blazingsql.com/" taget="_blank"><img src="img/blazingsql.jpg" class="pure-img" /></a>
</div>
</div>
<div class="flex-item">
<div class="card-img">
<a href="https://www.graphistry.com/" taget="_blank"><img src="img/graphistry_logo.jpg" class="pure-img" /></a>
</div>
</div>
<div class="flex-item">
<div class="card-img">
<a href="https://gunrock.github.io/" taget="_blank"><img src="img/gunrock_logo.jpg" class="pure-img" /></a>
</div>
</div>
<div class="flex-item">
<div class="card-img">
<a href="https://www.h2o.ai/" taget="_blank"><img src="img/h2oai_logo.jpg" class="pure-img" /></a>
</div>
</div>
<div class="flex-item">
<div class="card-img">
<a href="https://www.omnisci.com" taget="_blank"><img src="img/omnisci_logo.jpg" class="pure-img" /></a>
</div>
</div>
<div class="flex-item">
<div class="card-img">
<a href="http://www.simantex.com/" taget="_blank"><img src="img/simantex_logo.jpg" class="pure-img" /></a>
</div>
</div>
</div>
</section>
<section>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<h2>Projects </h2>
<p>
Our projects are based around an open platform, which is the foundation of the GPU analytics ecosystem. Members will help guide the development of projects, but anyone can be a contributor. And because its open, anyone can freely use the projects.
</p>
<p>
Currently, GoAi is supporting the <strong>GPU Data Frame project (GDF)</strong>, which will enable tabular data to be directly exchanged between libraries and applications on the GPU. We expect other projects to be added in the future, such as a graph standard for the GDF.
</p>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<div class="large-quote">
<i class="zmdi zmdi-quote zmdi-hc-rotate-180"></i>
We are developing our platform to be open, accessible, and available for broad adoption.
<i class="zmdi zmdi-quote"></i>
</div>
</div>
</div>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<h3>GPU Data Frame (GDF)</h3>
<p>
The basic approach for the GPU Data Frame (GDF) is pretty simple: if applications and libraries agree on an in-memory data format for tabular data and associate metadata, then just a device pointer to the data structure need be exchanged. Additionally, the IPC mechanism built into the CUDA driver allows device pointers to be moved between processes.
</p>
<p>
The GDF uses the <a href="https://arrow.apache.org/docs/memory_layout.html" target="_blank">Apache Arrow columnar format</a> to represent data on the GPU. Some Arrow features are not yet supported.
</p>
<p>
<a href="https://github.com/gpuopenanalytics/demo-docker/tree/master/notebook-demo-docker/demo/notebooks" target="_blank"><i class="zmdi zmdi-bookmark-outline"></i> Try our iPython Notebook Demos</a>
<br>
<a href="https://github.com/gpuopenanalytics/libgdf/wiki/Technical-Overview" target="_blank"><i class="zmdi zmdi-github"></i> Learn more at the Github Technical Overview</a>
<br>
<a href="https://join.slack.com/t/gpuoai/shared_invite/MjE0Njg5NDQ1MDQxLTE1MDA1MzQzNzgtODRkMTIxYTEzOA" target="_blank"><i class="zmdi zmdi-comments"></i> Ask questions on our Slack team</a>
<br>
<a href="https://stackoverflow.com/questions/tagged/gdf" target="_blank"><i class="zmdi zmdi-stackoverflow"></i> Or resort to StackOverflow</a>
</p>
<h3>GDF Graph</h3>
<p>
In the planning stages.
</p>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<h3> </h3>
<img src="img/GoAi-group-gdf.png" class="pure-img" />
</div>
</div>
</section>
<div id="footer"></div>
<script>
// load nav and footer html via jQuery
$('#nav').load("nav.html")
$('#footer').load("footer.html")
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114387697-1"></script>
</body>
</html>