SCM Repository
[diderot] Annotation of /web/htdocs/index.html
Annotation of /web/htdocs/index.html
Parent Directory
|
Revision Log
Revision 366 -
(view)
(download)
(as text)
1 : |
jhr |
366 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
2 : |
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
3 : |
|
|
<html>
|
4 : |
|
|
<head>
|
5 : |
|
|
<title>Diderot project</title>
|
6 : |
|
|
<meta name="generator" content="BBEdit 9.5">
|
7 : |
|
|
</head>
|
8 : |
|
|
<body>
|
9 : |
|
|
|
10 : |
|
|
<hr />
|
11 : |
|
|
<h2 align="center">The Diderot Project</h2>
|
12 : |
|
|
<hr />
|
13 : |
|
|
|
14 : |
|
|
<h3>About</h3>
|
15 : |
|
|
<p>
|
16 : |
|
|
The Diderot project is an effort to design and implement a <i>Parallel
|
17 : |
|
|
Domain-specific Language</i> (PDSL) for image analysis and visualization.
|
18 : |
|
|
We are particularly interested in a class of algorithms that are programmed
|
19 : |
|
|
in terms of <em>continuous</em> scalar, vector, and tensor fields that
|
20 : |
|
|
are reconstructed from the image data.
|
21 : |
|
|
</p>
|
22 : |
|
|
|
23 : |
|
|
<h3>People</h3>
|
24 : |
|
|
<ul>
|
25 : |
|
|
<li><a href="http://cs.uchicago.edu/~glk/">Gordon Kindlmann</a></li>
|
26 : |
|
|
<li><a href="http://cs.uchicago.edu/~jhr/">John Reppy</a></li>
|
27 : |
|
|
<li><a href="http://www.cs.uchicago.edu/people/lamonts">Lamont Samuels</a></li>
|
28 : |
|
|
</ul>
|
29 : |
|
|
|
30 : |
|
|
<h3>Status</h3>
|
31 : |
|
|
<p>
|
32 : |
|
|
We have a prototype language design that can handle simple examples, such as volume
|
33 : |
|
|
rendering, and we are working on a baseline compiler for the design.
|
34 : |
|
|
This compiler will generate CUDA or OpenCL code for running on GPUs.
|
35 : |
|
|
</p>
|
36 : |
|
|
|
37 : |
|
|
<hr />
|
38 : |
|
|
Last modified: September 30, 2010.
|
39 : |
|
|
<hr />
|
40 : |
|
|
|
41 : |
|
|
</body>
|
42 : |
|
|
</html>
|