-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
219 lines (191 loc) · 8.46 KB
/
blog.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
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
216
217
218
219
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin SEO -->
<title>All Blog Posts - Home</title>
<meta name="description" content="Personal Website and Blog.">
<meta property="og:locale" content="en">
<meta property="og:site_name" content="Home">
<meta property="og:title" content="All Blog Posts">
<link rel="canonical" href="//alankelly.github.io/blog">
<meta property="og:url" content="//alankelly.github.io/blog">
<meta name="twitter:card" content="summary">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Person",
"name" : "Alan Kelly",
"url" : "//alankelly.github.io"
}
</script>
<!-- end SEO -->
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="assets/css/main.css">
<meta http-equiv="cleartype" content="on">
<!-- start custom head snippets -->
<!-- insert favicons. use http://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>All Blog Posts | Home</title>
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:title" content="All Blog Posts" />
<meta name="author" content="Alan Kelly" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Personal Website and Blog." />
<meta property="og:description" content="Personal Website and Blog." />
<link rel="canonical" href="//alankelly.github.io/blog" />
<meta property="og:url" content="//alankelly.github.io/blog" />
<meta property="og:site_name" content="Home" />
<script type="application/ld+json">
{"author":{"@type":"Person","name":"Alan Kelly"},"@type":"WebPage","url":"//alankelly.github.io/blog","headline":"All Blog Posts","description":"Personal Website and Blog.","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<style>
body {
margin-bottom: 100px;
}
</style>
<link rel="icon" href="assets/images/icon.png">
</head>
<body class="layout--archive">
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<ul class="visible-links">
<li class="masthead__menu-item masthead__menu-item--lg"><a href="//alankelly.github.io/">Home</a></li>
<li class="masthead__menu-item"><a href="//alankelly.github.io/blog">Blog</a></li>
<li class="masthead__menu-item"><a href="//alankelly.github.io/talks">Talks</a></li>
<li class="masthead__menu-item"><a href="//alankelly.github.io/cv/AlanKelly.pdf">CV</a></li>
</ul>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div class="page__hero--overlay"
style="background-color: #000; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('assets/images/blog4.jpg');"
>
<!--<p>I enjoy writing about technical subjects which interest me and studying code from open source projects such as the <a href="https://github.com/ARM-software/ComputeLibrary">Arm Compute Library</a> and <a href="https://www.tensorflow.org/">TensorFlow </a> so that I can learn from other developers.</p>-->
<div class="wrapper">
<h1 class="page__title" itemprop="headline">
All Blog Posts
</h1>
</div>
</span>
</div>
<div id="main" role="main">
<div class="sidebar sticky">
<div itemscope itemtype="http://schema.org/Person">
<div class="author__avatar">
<img src="assets/images/me.png" class="author__avatar" alt="Alan Kelly" itemprop="image">
</div>
<div class="author__content">
<h3 class="author__name" itemprop="name">Alan Kelly</h3>
<p class="author__bio" itemprop="description">
Software Performance Expert
</p>
</div>
<div class="author__urls-wrapper">
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">
<li>
<li><a href="https://www.linkedin.com/in/alanjkelly" itemprop="sameAs" target="_blank">
<i class="fa fa-fw fa-linkedin-square" aria-hidden="true"></i>
LinkedIn
</a>
</li>
<li><a href="https://github.com/alankelly" itemprop="sameAs" target="_blank">
<i class="fa fa-fw fa-github" aria-hidden="true"></i>
Github
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="archive">
<h2 id="2019" class="archive__subtitle">2019</h2>
<div class="list__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="fft" rel="permalink">Having Your Cake and Eating It: Fast, portable FFTs!</a>
</h2>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
7 minute read
</p>
<p class="archive__item-excerpt" itemprop="description"> </p>
</article>
</div>
<div class="list__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="convolutions_part2" rel="permalink">Accelerating Image Filters - Part 2</a>
</h2>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
8 minute read
</p>
<p class="archive__item-excerpt" itemprop="description"> </p>
</article>
</div>
<div class="list__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="convolutions_part1" rel="permalink">Accelerating Image Filters - Part 1</a>
</h2>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
8 minute read
</p>
<p class="archive__item-excerpt" itemprop="description"> </p>
</article>
</div>
<div class="list__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="optimization_guide" rel="permalink">Optimization Guides </a>
</h2>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
4 minute read
</p>
<p class="archive__item-excerpt" itemprop="description"> </p>
</article>
</div>
</div>
</div>
<div class="page__footer">
<footer>
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<div class="page__footer-copyright">
© 2019 Alan Kelly.
<a href="https://www.linkedin.com/in/alanjkelly" itemprop="sameAs" target="_blank"><i class="fa fa-fw fa-linkedin-square" aria-hidden="true"></i>LinkedIn</a>
<a href="https://github.com/alankelly" itemprop="sameAs" target="_blank"><i class="fa fa-fw fa-github" aria-hidden="true"></i>Github</a>
</div>
</footer>
</div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="assets/js/main.min.js"></script>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-139124337-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</body>
</html>