-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathother.html
More file actions
160 lines (108 loc) · 4.93 KB
/
other.html
File metadata and controls
160 lines (108 loc) · 4.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Other Work | Priyank Jain </title>
<script src="https://use.fontawesome.com/21d3028b6a.js"></script>
<link href="https://fonts.googleapis.com/css?family=Arvo:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="resources/css/normalize.min.css">
<link rel="stylesheet" href="resources/css/base.css">
<link rel="stylesheet" href="resources/css/layout.css">
<link rel="stylesheet" href="resources/css/skeleton.css">
<link rel="stylesheet" href="resources/css/screen.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
<header>
<div class="container">
<div class="navigation-inner clearfix">
<div class="seven columns">
<a href="index.html">
<div id="name"> Priyank Jain </div>
<div id="title"> Bringing Ideas to life </div>
</a>
</div>
<div class="nine columns">
<ul class="menu primary-menu clearfix">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="container">
<div class="page clearfix">
<div class="sixteen columns">
<h2> Cavium </h2>
<!-- <img class="cover-photo" src="resources/imgs/wordsAway/wordsAway.png"> -->
</div>
<div class="eight columns">
<p>Cavium is a semiconductor company which builds switches/routers for high speed data centers and I was a part of the SDK team on Xpliant product. I designed and built a simulation of network topology using tap interfaces which was heavily used by customers. I was involved in <a href="https://github.com/open-switch/ops-switchd-xpliant-plugin">open sourcing the SDK</a>. I fixed the memory leaks in the product from ~2Mb/packet to 0 Mb/packet. Other than this, I was responsible for performance optimizations and building features.</p>
</div>
<div class="six columns">
<a href="http://cavium.com/XPliant-Ethernet-Switch-Product-Family.html">
<img src="resources/imgs/cavium_logo.jpg">
</a>
<br> Cavium Networks
</div>
<!-- </div> --> <!-- page clearfix -->
<!-- <div class="page clearfix"> -->
<div class="sixteen columns">
<h2> Nvidia</h2>
<!-- <img class="cover-photo" src="resources/imgs/wordsAway/wordsAway.png"> -->
</div>
<div class="eight columns">
<p> I was a part of the Optimus team at NVIDIA which toggles rendering of games/3D applications using Nvidia GPU. As a part of this, I implemented a tool to measure hysteresis (the time required to wake up GPU from sleeping for rendering). This tool helped in finetune and conserving GPU power usage. </p>
<p>This tool was actively used even after I had left Nvidia.</p>
</div>
<div class="six columns">
<img src="resources/imgs/nvidia_logo.jpg">
</div>
<!-- </div> --> <!-- page clearfix -->
<!-- <div class="page clearfix"> -->
<div class="sixteen columns">
<h2> Dept of Defense, US </h2>
<!-- <img class="cover-photo" src="resources/imgs/wordsAway/wordsAway.png"> -->
</div>
<div class="eight columns">
<p> I was working on a project for DoD at UNC, Charlotte, which was responsible for reconstruction of terrain using 3D LIDAR data. This was eventually going to be used to identify features like bunker formations etc. We used <a href="http://www.cgal.org/">CGAL</a> along with Marching Triangle algorithm and Delaunay Triangulation to reconstruct the surafce in C++/OpenGL. </p>
</div>
<div class="six columns">
<img src="resources/imgs/uncc_logo.png">
</div>
</div> <!-- page clearfix -->
</div>
<footer>
<div class="container">
<div class="footer-inner">
<div class="icons">
<span class="icon"> <a href="https://twitter.com/brainydexter"> <i class="fa fa-twitter"></i> </a> </span>
<span class="icon"> <a href="https://www.linkedin.com/in/brainydexter"> <i class="fa fa-linkedin"></i> </a></span>
<span class="icon"> <a href="https://github.com/brainydexter"> <i class="fa fa-github"></i> </a></span>
<span class="icon"> <a href="mailto:fly2priyank@gmail.com"> <i class="fa fa-envelope"></i> </a></span>
</div>
<div class="copyright">© Priyank Jain</div>
</div>
</div>
</footer>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=5744193;
var sc_invisible=1;
var sc_security="6e56ab81";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="shopify stats"
href="http://statcounter.com/shopify/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/5744193/0/6e56ab81/1/" alt="shopify
stats"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>