-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsource.html
71 lines (62 loc) · 2.34 KB
/
source.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ParallelME: Parallel Mobile Engine</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css"/>
</head>
<body>
<div id="container">
<div id="header">
<a href="">ParallelME: Parallel Mobile Engine</a>
</div>
<div id="menu">
<a href="index.html">HOME</a>
<a href="source.html">SOURCE CODE</a>
<a href="docs.html">DOCUMENTATION</a>
<a href="people.html">TEAM</a>
</div>
<div id="sidebar">
<h1>Source Code</h1>
</div>
<div id="main">
<h2>ParallelME Source Code</h2>
<p>
<table cellpadding="10pt">
<tr>
<td>
<a href="https://github.com/ParallelME" target="blank">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
<a href="https://github.com/ParallelME" target="blank">
<img
align= "center"
src ="icon/github.png"
ALT="Download it"
width=45
>
</a>
</td>
<td>
<p>
<b>Description</b>: GitHub project with ParallelME Source Code organized in specific repositories.
</p>
<p>
<b>Repositories</b>:
<ul>
<li>user-library</li>
<li>compiler</li>
<li>runtime</li>
<li>samples</li>
<ul>
<li><b>Tone Mapping App:</b> Tonemapping application using native Java, Renderscript, OpenCL CPU, OpenCL GPU and ParallelME.</li>
</ul>
</ul>
</p>
</td>
</tr>
</table>
</div>
<div id="footer"> ©2016 ParallelME Framework <span class="separator">|</span> <a href="people.html">ParallelME Team</a> </div>
</div>
</body>
</html>