-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
215 lines (193 loc) · 11.2 KB
/
index.html
File metadata and controls
215 lines (193 loc) · 11.2 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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta charset="utf-8"> -->
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<!-- <\!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -\-> -->
<!-- <meta name="description" content=""> -->
<!-- <meta name="author" content=""> -->
<!-- <link rel="icon" href="../../favicon.ico"> -->
<title>Adarsh Yoga</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<!-- <\!-- IE10 viewport hack for Surface/desktop Windows 8 bug -\-> -->
<!-- <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet"> -->
<!-- Custom styles for this template -->
<link href="css/theme.css" rel="stylesheet">
<!-- <\!-- Just for debugging purposes. Don't actually copy these 2 lines! -\-> -->
<!-- <\!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-\-> -->
<!-- <script src="../../assets/js/ie-emulation-modes-warning.js"></script> -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar -->
<!-- <nav class="navbar navbar-inverse navbar-fixed-top"> -->
<!-- <div class="container"> -->
<!-- <div class="navbar-header"> -->
<!-- <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> -->
<!-- <span class="sr-only">Toggle navigation</span> -->
<!-- <span class="icon-bar"></span> -->
<!-- <span class="icon-bar"></span> -->
<!-- <span class="icon-bar"></span> -->
<!-- </button> -->
<!-- <a class="navbar-brand" href="#">TaskProf Tutorial</a> -->
<!-- </div> -->
<!-- <div id="navbar" class="navbar-collapse collapse"> -->
<!-- <ul class="nav navbar-nav"> -->
<!-- <li class="active"><a href="#">Home</a></li> -->
<!-- <li><a href="#about">About</a></li> -->
<!-- <li><a href="#contact">Contact</a></li> -->
<!-- <\!-- <li class="dropdown"> -\-> -->
<!-- <\!-- <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a> -\-> -->
<!-- <\!-- <ul class="dropdown-menu"> -\-> -->
<!-- <\!-- <li><a href="#">Action</a></li> -\-> -->
<!-- <\!-- <li><a href="#">Another action</a></li> -\-> -->
<!-- <\!-- <li><a href="#">Something else here</a></li> -\-> -->
<!-- <\!-- <li role="separator" class="divider"></li> -\-> -->
<!-- <\!-- <li class="dropdown-header">Nav header</li> -\-> -->
<!-- <\!-- <li><a href="#">Separated link</a></li> -\-> -->
<!-- <\!-- <li><a href="#">One more separated link</a></li> -\-> -->
<!-- <\!-- </ul> -\-> -->
<!-- <\!-- </li> -\-> -->
<!-- </ul> -->
<!-- </div><\!--/.nav-collapse -\-> -->
<!-- </div> -->
<!-- </nav> -->
<div class="container theme-showcase" role="main">
<div style="float: right;margin-right:0px; padding-right:00px;"><img src="photo.jpeg" <!-- width="147" height="220" --></div>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>Adarsh Yoga</h1>
<p>Software Engineer at Intel Corporation</p>
</div>
<div class="page-header">
<h2>About</h2>
<p align="justify">I am a compiler engineer in the Intel
Python team. I work on designing programming abstractions for
expressing GPU parallelism in Python. Before joining Intel, I went
through the <q><a href=http://www.cs.rutgers.edu/~santosh.nagarakatte/>
Santosh Nagarakatte</a> Ph.D grind</q> at Rutgers University. I worked on
program analysis techniques for identifying performance and
correctness issues in parallel programs.</p>
</div>
<div class="page-header">
<h2>Publications</h2>
<ul>
<li> <i>On-the-fly Data Race Detection with the Enhanced OpenMP Series-Parallel Graph</i><span style="white-space: nowrap"> <br/>
Nader Boushehrinejadmoradi, <b>Adarsh Yoga</b>, and Santosh Nagarakatte <br/>
International Workshop on OpenMP(IWOMP) 2020 </li> <br/>
<li> <b><i>Paralleism-Centric What-If and Differential Analyses</i></b><span style="white-space: nowrap"> <br/>
<b>Adarsh Yoga</b>, and Santosh Nagarakatte <br/>
Programming Language Design and Implementation(PLDI) 2019 <br/>
[<a href=./taskprof2-pldi19.pdf>pdf</a>]
[<a href=https://github.com/rutgers-apl/TaskProf2.git>Source</a>] </li> <br/>
<li> <i>A Parallelism Profiler with What-If Analyses for OpenMP Programs</i><span style="white-space: nowrap"> <br/>
Nader Boushehrinejadmoradi, <b>Adarsh Yoga</b>, and Santosh Nagarakatte <br/>
International Conference for High Performance Computing, Networking, Storage, and Analysis(SC) 2018 <br/>
[<a href=./omp-whip-sc18.pdf>pdf</a>]
[<a href=https://github.com/rutgers-apl/omp-whip>Source</a>] </li> <br/>
<li> <b><i>A Fast Causal Profiler for Task Parallel Programs</i></b><span style="white-space: nowrap"> <br/>
<b>Adarsh Yoga</b>,and Santosh Nagarakatte <br/>
The Eurpoean Software Engineering Conference And The Foundations Of Software Engineering(ESEC/FSE) 2017 <br/>
[<a href=./taskprof-fse17.pdf>pdf</a>]
[<a href=https://github.com/rutgers-apl/TaskProf>Source</a>] </li> <br/>
<li> <b><i>Path-Synchronous Performance Monitoring in HPC Interconnection Networks with Source-Code Attribution</b></i><span style="white-space: nowrap"> <br/>
<b>Adarsh Yoga</b>,and Milind Chabbi <br/>
International Workshop on Performance Modeling, Benchmarking and Simulation of High Performance Computer Systems(PBMS) 2017 <br/>
[<a href=./nwpm-pbms17.pdf>pdf</a>]
[<a href=https://github.com/HewlettPackard/genz_tools_network_monitoring>Source</a>] </li> <br/>
<li> <b><i>Parallel Data Race Detection for Task Parallel Programs with Locks</i></b><span style="white-space: nowrap"> <br/>
<b>Adarsh Yoga</b>, and Santosh Nagarakatte <br/>
The Foundations Of Software Engineering(FSE) 2016 <br/>
[<a href=./ptracer-fse16.pdf>pdf</a>]
[<a href=https://github.com/rutgers-apl/PTRacer>Source</a>] </li> <br/>
<li> <b><i>Atomicity Violation Checker for Task Parallel Programs</i></b><span style="white-space: nowrap"> <br/>
<b>Adarsh Yoga</b>, and Santosh Nagarakatte <br/>
International Symposium on Code Generation and Optimization(CGO) 2016 <br/>
[<a href=./avdetect-cgo16.pdf>pdf</a>]
[<a href=https://github.com/rutgers-apl/Atomicity-Violation-Detector>Source</a>] </li> <br/>
<li> <i>MATLAB Parallelization through Scalarization</i><span style="white-space: nowrap"> <br/>
Chun-Yu Shei, <b>Adarsh Yoga</b>, Madhav Ramesh, and Arun Chauhan <br/>
Workshop on Interaction between Compilers and Computer Architectures(INTERACT) 2011 <br/>
[<a href=http://dx.doi.org/10.1109/INTERACT.2011.18>Article DOI</a>] </li>
</ul>
</div>
<div class="page-header">
<h2>Patents</h2>
<ul>
<li> <i>Path-synchronous Performance Monitoring of Interconnection Networks based on Source Code Attribution</i><span style="white-space: nowrap"> <br/>
Milind M Chabbi, Michael Schlansker, and <b>Adarsh Yoga</b> <br/>
Patent No.: US10887213B2 </li>
</ul>
</div>
<div class="page-header">
<h2>PhD Dissertation</h2>
<ul>
<li> <i>Parallelism-Driven Performance Analysis Techniques for Task Parallel Programs</i><span style="white-space: nowrap"> <br/>
PhD Dissertation, Rutgers University, October 2019 <br/>
[<a href=./Adarsh_Yoga_thesis.pdf>pdf</a>]
</li>
</ul>
</div>
<div class="page-header">
<h2>Awards and Honors</h2>
<ul>
<li> <i>Bronze medal</i> at the Student Research Competition at PLDI 2015</li>
<li> <i>Best Emerging Research Poster Award</i> at the IEEE 2010 International Conference on Cloud Computing Technology and Science</li>
</ul>
</div>
<div class="page-header">
<h2>Professional Activities</h2>
<ul>
<li> Artifact Evaluation Committee member at PLDI 2016, 2020, and CGO-PPoPP 2017, 2019</li>
<li> Student Volunteer at PLDI 2015, 2016, and 2018</li>
</ul>
</div>
<!-- <div class="page-header"> -->
<!-- <h1>Carousel</h1> -->
<!-- </div> -->
<!-- <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> -->
<!-- <ol class="carousel-indicators"> -->
<!-- <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> -->
<!-- <li data-target="#carousel-example-generic" data-slide-to="1"></li> -->
<!-- <li data-target="#carousel-example-generic" data-slide-to="2"></li> -->
<!-- </ol> -->
<!-- <div class="carousel-inner" role="listbox"> -->
<!-- <div class="item active"> -->
<!-- <img data-src="holder.js/1140x500/auto/#777:#555/text:First slide" alt="First slide"> -->
<!-- </div> -->
<!-- <div class="item"> -->
<!-- <img data-src="holder.js/1140x500/auto/#666:#444/text:Second slide" alt="Second slide"> -->
<!-- </div> -->
<!-- <div class="item"> -->
<!-- <img data-src="holder.js/1140x500/auto/#555:#333/text:Third slide" alt="Third slide"> -->
<!-- </div> -->
<!-- </div> -->
<!-- <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> -->
<!-- <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> -->
<!-- <span class="sr-only">Previous</span> -->
<!-- </a> -->
<!-- <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> -->
<!-- <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> -->
<!-- <span class="sr-only">Next</span> -->
<!-- </a> -->
<!-- </div> -->
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> -->
<!-- <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> -->
<!-- <script src="../../dist/js/bootstrap.min.js"></script> -->
<!-- <script src="../../assets/js/docs.min.js"></script> -->
<!-- <\!-- IE10 viewport hack for Surface/desktop Windows 8 bug -\-> -->
<!-- <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> -->
</body>
</html>