-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathLS6.html
More file actions
53 lines (46 loc) · 2.59 KB
/
Copy pathLS6.html
File metadata and controls
53 lines (46 loc) · 2.59 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
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<title>LS6: MIC Programming</title>
<style type="text/css">
/*<![CDATA[*/
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre
{ margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; }
td.lineNumbers { border-right: 1px solid #AAAAAA; text-align: right; color: #AAAAAA; padding-right: 5px; padding-left: 5px; }
td.sourceCode { padding-left: 5px; }
code.sourceCode span.kw { color: #007020; font-weight: bold; }
code.sourceCode span.dt { color: #902000; }
code.sourceCode span.dv { color: #40a070; }
code.sourceCode span.bn { color: #40a070; }
code.sourceCode span.fl { color: #40a070; }
code.sourceCode span.ch { color: #4070a0; }
code.sourceCode span.st { color: #4070a0; }
code.sourceCode span.co { color: #60a0b0; font-style: italic; }
code.sourceCode span.ot { color: #007020; }
code.sourceCode span.al { color: red; font-weight: bold; }
code.sourceCode span.fu { color: #06287e; }
code.sourceCode span.re { }
code.sourceCode span.er { color: red; font-weight: bold; }
/*]]>*/
</style>
<link rel="stylesheet" href="screen.css" type="text/css"/>
</head>
<body>
<div style="width: 500px; margin: 3em;">
<b> <u>MIC Programming</u> </b> <br/> <br/>
<br/>
<p> <strong> MIC Lecture slides</strong></p> <ul>
<li> <a href="http://www.tacc.utexas.edu/c/document_library/get_file?uuid=8ef78389-86fe-4dcc-9699-871ce722ad03&groupId=13601">MIC (Xeon Phi Coprocessor)</a></li>
<li> <a href="http://www.tacc.utexas.edu/c/document_library/get_file?uuid=ed331f32-49db-4c4b-9ea7-f7d9547c79d9&groupId=13601">Native Computing (& Optimization)</a></li>
<li> <a href="http://www.tacc.utexas.edu/c/document_library/get_file?uuid=ce8c165e-eb81-4a60-99c3-e6c18f04ae1f&groupId=13601">Symmetric Computing</a></li>
<li> <a href="http://www.tacc.utexas.edu/c/document_library/get_file?uuid=e8da0d9d-257b-4053-9998-1f017aee048f&groupId=13601">Offloading</a></li> </ul> <p>
<p> <strong> Labs</strong></p> <ul>
<li> <a href="http://www.tacc.utexas.edu/c/document_library/get_file?uuid=c3f303da-1db1-4071-87e7-06224c7a11a6&groupId=13601">MIC</a></li>
<li> <a href="http://www.tacc.utexas.edu/c/document_library/get_file?uuid=abfd3d01-07ed-437d-aaa4-87b1cf4e6928&groupId=13601">MIC_READMEs</a></li>
</ul> <p> </p> <p> </p>
<br/>
</div>
</body>
</html>