-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnews.html
80 lines (71 loc) · 3.21 KB
/
news.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>OP DSL - News</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>
<a href="https://op-dsl.github.io/">
<img src="https://op-dsl.github.io/images/op-dsl_logo_small.png" width="300px">
</a>
</h1>
</h1>
<hr/>
<h1><a href="index.html">< Home</a></h1>
<hr />
<h1><a href="news.html">News</a></h1>
<hr />
<h1><a href="projects.html">Projects</a></h1>
<hr />
<h1><a href="codes.html">Codes</a></h1>
<hr />
<h1><a href="papers.html">Papers</a></h1>
<hr />
<h1><a href="about.html">About</a></h1>
<hr />
<p class="view"><a href="https://github.com/OP-DSL">View My GitHub Profile</a></p>
</header>
<section>
<h1>OP DSL - News
<a href="http://op-dsl.github.io/news.xml"><img src="https://op-dsl.github.io/images/rss.gif" width="36" height="36"></a>
</h1>
<h3>24/11/17 - Paper accepted</h3>
<a href="https://arxiv.org/abs/1704.00693">Paper</a>
<p>Paper accepted in IEEE TPDS: Istvan Z Reguly, G.R Mudalige, Mike B Giles. Loop Tiling in Large-Scale Stencil Codes at Run-time with OPS. (2017) IEEE Transactions on Parallel and Distributed Systems, doi:10.1109/TPDS.2017.2778161</[>
<hr />
<h3>13/11/17 - Paper presentation</h3>
<a href="https://arxiv.org/abs/1711.01845">Paper</a>
<p>Daniel Balogh presented the paper "Comparison of Parallelisation Approaches, Languages, and Compilers for Unstructured Mesh Algorithms on GPUs" by G. D. Balogh, I. Reguly and G. Mudalige, at the Performance Modeling, Benchmarking and Simulation
of High Performance Computer Systems (PMBS17) Workshop, at Supercomputing 17 in Denver Colorado.</p>
<hr />
<h3>12/11/17 - Paper presentation</h3>
<a href="https://arxiv.org/abs/1709.02125">Paper</a>
<p>Istvan Reguly presented the paper "Beyond 16GB: Out-of-Core Stencil Computations" by I Reguly, G Mudalige and M Giles, at MCHPC'17: Workshop on Memory Centric Programming for HPC, at Supercomputing 17 in Denver Colorado.</p>
<hr />
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
<!-- <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-36190086-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
-->
</body>
</html>