forked from dmacssite/dmacssite.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
162 lines (118 loc) · 6.88 KB
/
Copy pathindex.html
File metadata and controls
162 lines (118 loc) · 6.88 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Demo : Acclerate using Acclerators" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>HPC in DMACS</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34189836-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<!-- HEADER -->
<!--<div id="header_wrap" class="outer">
<header class="inner"> Sairam </header>
</div> -->
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<!-- <img src="images/swami.jpg" align="right" alt="Student Projects"><br> -->
<!--<img src="images/SSSIHL.png" align="left" alt="SSSIHL"><br>
<img src="images/DMACS.jpg" height = "80" width = "100" align="right" alt="DMACS"><br>
<img src="images/SSSIHL.png" height = "80" width = "80" align="left" alt="SSSIHL"><br> -->
<h1 align="center">High Performance Computing with Accelerators </h1>
<h5 align="center">Summer 2012</h5>
<h4 align="center">Department of Mathematics and Computer Science</h4>
<h4 align="center">Sri Sathya Sai Institute of Higher Learning, Prashanthi Nilayam, Puttaparthi</h4>
<p align="center"> <img align = "center" src="images/swami.jpg" height = "200" width = "150" alt="Student Projects"><br> </p>
<p align="center"> <a href="http://www.sssihl.edu.in">SSSIHL Website</a> </p>
<p align="center">
<a href="index.html">Home</a> |
<a href="schedule.html" target = "_blank">Schedule</a> |
<a href="http://piazza.com/class#summer2012/cs1302" target = "_blank">Piazza</a> |
<a href="https://docs.google.com/document/d/1TyRwlYgvQAw7aUfDFDdqug6vFwJ6uv_SXZtshsyo8D0/edit" target = "_blank">Student Work</a> </p>
<h2>Description</h2>
<p>
This course examines an important trend in high-performance computing, the use of special-purpose hardware originally designed for graphics and games to solve general-purpose computing problems. Such graphics processing units (GPUs) have enormous peak performance for arithmetically-intensive computations, and at relatively low cost as compared to their general-purpose counterparts with similar performance levels. Technology trends are driving all microprocessors towards multiple core designs, and therefore, techniques for parallel programming represent a rich area of recent study. Students in the course will learn how to develop scalable parallel programs targeting the unique requirements for obtaining high performance on GPUs and multi-cores. We will compare and contrast parallel programming for GPUs and conventional multi-core microprocessors. </p>
<p></p>The course will largely consist of small individual programming assignments, and a larger term project to be presented to the class.
</p>
<h2>Prerequisites</h2>
<ul>
<li>
<a href="http://192.168.11.53/eguru/course/view.php?id=227">Programming for Performance </a></li>
<li>
<a href="http://192.168.11.53/eguru/course/view.php?id=170">MATH 704 </a>: Introduction to Computer Architecture.</li>
<li>Strong C Skills</li>
</ul><h2>Instructor</h2>
<p>
<a href="http://ajithpadyana.github.com/Welcome/"> Sudheer Kumar </a>, cdsudheerkumar@sssihl.edu.in <br>
Office: AI Lab<br>
<p>
<a href="http://ajithpadyana.github.com"> Ajith Padyana </a>, ajithpadyana@sssihl.edu.in <br>
Office: AI Lab<br>
Office Hours: Monday - Friday, 3:00-4:00 pm <br></p>
<h2>Meeting</h2>
Tuesday, Wednesday and Saturday 9:00 - 10:30 am, AI Lab or Room No: 105 or 212 <br></p>
<h2>Online</h2>
<ul>
<li>Google Group: <a href="http://groups.google.com/group/techsuns">techsuns</a>, techsuns@googlegroups.com<br>
</li>
<li>GitHub Organization: <a href="https://github.com/dmacssite/dmacs.github.com">dmacssite</a>
</li>
</ul><h2>Books</h2>
<ul>
<li>
<a href="http://www.elsevierdirect.com/morgan_kaufmann/kirk/">Programming Massively Parallel Processors</a>, 2010, David Kirk and Wen-mei Hwu.
Old draft pdfs are on the <a href="http://courses.engr.illinois.edu/ece498/al/Syllabus.html">website</a> for ECE 498 AL at UIUC.
</li>
</ul><h2>Grading</h2>
<ul>
<li>Homeworks: 30%</li>
<li>Student Presentation: 20%</li>
<li>Final Project: 40%</li>
<li>Final: 10%</li>
</ul>
<h2>Lab Resources</h2>
<ul>
<li><a href="http://www.nvidia.in/object/product-tesla-S2050-in.html">Access to nVIDIA S2050 blade provided by nVIDIA under the aegis of nVIDIA Professor Partnership program</a></li>
<li><a href="http://www.gputechconf.com/gtcnew/on-demand-gtc.php">Materials from GTC</a></li>
<li><a href="https://www.xsede.org/">XSEDE</a>
<ol>
<li><a href="http://www.ncsa.illinois.edu/UserInfo/Resources/">Forge Supercomputing system</a></li>
<li><a href="http://www.sdsc.edu/supercomputing/gordon/">Gordon Supercomputing system</a></li>
<li><a href="http://www.sdsc.edu/us/resources/trestles/trestles_storage.html">Trestles Supercomputing system</a></li>
</ol>
</li>
</ul>
<p></p><h2> Important Conferences in HPC</h2>
<ul>
<li> <a href="http://sc12.supercomputing.org/">SuperComputing Conference (SC)</a>
</li>
<li> <a href="http://www.ipdps.org/">International Parallel and Distributed Processing Symposium (IPDPS)</a>
</li>
<li> <a href="http://www.hipc.org">High Performance Computing Conference (HiPC)</a></li>
<li> <a href="http://www.gputechconf.com/page/home.html">GTC Conference</a></li>
</ul>
<!-- <h2> Other Activities </h2>
<ul>
<li>Bi-Yearly Departmental Newsletter published:
<ul>
<li> <a href="Newsletter/Winter2011.pdf" target = "_blank">Winter 2011</a></li>
<li> <a href="Newsletter/Summer2012.pdf" target = "_blank">Summer 2012</a></li>
</ul>
</li>
</ul> -->
</section>
</div>
<div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'dmacssite.github.com', 'user' : 1040468, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-01', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript><a href="http://www4.clustrmaps.com/user/024fe054"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/dmacssite.github.com-thumb.jpg" alt="Locations of visitors to this page" /></a></noscript>
</body>
</html>