File: TestSuite.html

package info (click to toggle)
llvm-toolchain-13 1%3A13.0.1-6~deb10u4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,418,792 kB
  • sloc: cpp: 5,290,827; ansic: 996,570; asm: 544,593; python: 188,212; objc: 72,027; lisp: 30,291; f90: 25,395; sh: 24,900; javascript: 9,780; pascal: 9,398; perl: 7,484; ml: 5,432; awk: 3,523; makefile: 2,892; xml: 953; cs: 573; fortran: 539
file content (492 lines) | stat: -rw-r--r-- 23,805 bytes parent folder | download | duplicates (7)
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492


<!DOCTYPE html>

<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Test-Suite Extensions &#8212; LLVM 13 documentation</title>
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
    <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
    <script src="../_static/jquery.js"></script>
    <script src="../_static/underscore.js"></script>
    <script src="../_static/doctools.js"></script>
    <link rel="index" title="Index" href="../genindex.html" />
    <link rel="search" title="Search" href="../search.html" />
    <link rel="next" title="Variable Names Plan" href="VariableNames.html" />
    <link rel="prev" title="“llvm-libc” C Standard Library" href="LLVMLibC.html" />
<style type="text/css">
  table.right { float: right; margin-left: 20px; }
  table.right td { border: 1px solid #ccc; }
</style>

  </head><body>
<div class="logo">
  <a href="../index.html">
    <img src="../_static/logo.png"
         alt="LLVM Logo" width="250" height="88"/></a>
</div>

    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="VariableNames.html" title="Variable Names Plan"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="LLVMLibC.html" title="“llvm-libc” C Standard Library"
             accesskey="P">previous</a> |</li>
  <li><a href="https://llvm.org/">LLVM Home</a>&nbsp;|&nbsp;</li>
  <li><a href="../index.html">Documentation</a>&raquo;</li>

          <li class="nav-item nav-item-1"><a href="../GettingInvolved.html" accesskey="U">Getting Involved</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href="">Test-Suite Extensions</a></li> 
      </ul>
    </div>

      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">

<h3>Documentation</h3>

<ul class="want-points">
    <li><a href="https://llvm.org/docs/GettingStartedTutorials.html">Getting Started/Tutorials</a></li>
    <li><a href="https://llvm.org/docs/UserGuides.html">User Guides</a></li>
    <li><a href="https://llvm.org/docs/Reference.html">Reference</a></li>
</ul>

<h3>Getting Involved</h3>

<ul class="want-points">
    <li><a href="https://llvm.org/docs/Contributing.html">Contributing to LLVM</a></li>
    <li><a href="https://llvm.org/docs/HowToSubmitABug.html">Submitting Bug Reports</a></li>
    <li><a href="https://llvm.org/docs/GettingInvolved.html#mailing-lists">Mailing Lists</a></li>
    <li><a href="https://llvm.org/docs/GettingInvolved.html#irc">IRC</a></li>
    <li><a href="https://llvm.org/docs/GettingInvolved.html#meetups-and-social-events">Meetups and Social Events</a></li>
</ul>

<h3>Additional Links</h3>

<ul class="want-points">
    <li><a href="https://llvm.org/docs/FAQ.html">FAQ</a></li>
    <li><a href="https://llvm.org/docs/Lexicon.html">Glossary</a></li>
    <li><a href="https://llvm.org/pubs">Publications</a></li>
    <li><a href="https://github.com/llvm/llvm-project//">Github Repository</a></li>
</ul>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="../_sources/Proposals/TestSuite.rst.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <h3 id="searchlabel">Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" aria-labelledby="searchlabel" />
      <input type="submit" value="Go" />
    </form>
    </div>
</div>
<script>$('#searchbox').show(0);</script>
        </div>
      </div>

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="test-suite-extensions">
<h1>Test-Suite Extensions<a class="headerlink" href="#test-suite-extensions" title="Permalink to this headline">¶</a></h1>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><p><a class="reference internal" href="#abstract" id="id1">Abstract</a></p></li>
<li><p><a class="reference internal" href="#benchmarks" id="id2">Benchmarks</a></p></li>
<li><p><a class="reference internal" href="#applications-libraries" id="id3">Applications/Libraries</a></p></li>
<li><p><a class="reference internal" href="#generic-algorithms" id="id4">Generic Algorithms</a></p></li>
</ul>
</div>
<div class="section" id="abstract">
<h2><a class="toc-backref" href="#id1">Abstract</a><a class="headerlink" href="#abstract" title="Permalink to this headline">¶</a></h2>
<p>These are ideas for additional programs, benchmarks, applications and
algorithms that could be added to the LLVM Test-Suite.
The test-suite could be much larger than it is now, which would help us
detecting compiler errors (crashes, miscompiles) during development.</p>
<p>Most probably, the reason why the programs below have not been added to
the test-suite yet is that nobody has found time to do it. But there
might be other issues as well, such as</p>
<blockquote>
<div><ul class="simple">
<li><dl class="simple">
<dt>Licensing (Support can still be added as external module,</dt><dd><p>like for the SPEC benchmarks)</p>
</dd>
</dl>
</li>
<li><dl class="simple">
<dt>Language (in particular, there is no official LLVM frontend</dt><dd><p>for FORTRAN yet)</p>
</dd>
</dl>
</li>
<li><dl class="simple">
<dt>Parallelism (currently, all programs in test-suite use</dt><dd><p>one thread only)</p>
</dd>
</dl>
</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="benchmarks">
<h2><a class="toc-backref" href="#id2">Benchmarks</a><a class="headerlink" href="#benchmarks" title="Permalink to this headline">¶</a></h2>
<div class="section" id="spec-cpu-2017">
<h3>SPEC CPU 2017<a class="headerlink" href="#spec-cpu-2017" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://www.spec.org/cpu2017/">https://www.spec.org/cpu2017/</a></p>
<p>The following have not been included yet because they contain Fortran
code.</p>
<p>In case of cactuBSSN only a small portion is Fortran. The hosts’s
Fortran compiler could be used for these parts.</p>
<p>Note that CMake’s Ninja generator has difficulties with Fortran. See the
<a class="reference external" href="https://cmake.org/cmake/help/v3.13/generator/Ninja.html#fortran-support">CMake documentation</a>
for details.</p>
<blockquote>
<div><ul class="simple">
<li><p>503.bwaves_r/603.bwaves_s</p></li>
<li><p>507.cactuBSSN_r</p></li>
<li><p>521.wrf_r/621.wrf_s</p></li>
<li><p>527.cam4_r/627.cam4_s</p></li>
<li><p>628.pop2_s</p></li>
<li><p>548.exchange2_r/648.exchange2_s</p></li>
<li><p>549.fotonik3d_r/649.fotonik3d_s</p></li>
<li><p>554.roms_r/654.roms_s</p></li>
</ul>
</div></blockquote>
</div>
<div class="section" id="spec-omp2012">
<h3>SPEC OMP2012<a class="headerlink" href="#spec-omp2012" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://www.spec.org/omp2012/">https://www.spec.org/omp2012/</a></p>
<blockquote>
<div><ul class="simple">
<li><p>350.md</p></li>
<li><p>351.bwaves</p></li>
<li><p>352.nab</p></li>
<li><p>357.bt331</p></li>
<li><p>358.botsalgn</p></li>
<li><p>359.botsspar</p></li>
<li><p>360.ilbdc</p></li>
<li><p>362.fma3d</p></li>
<li><p>363.swim</p></li>
<li><p>367.imagick</p></li>
<li><p>370.mgrid331</p></li>
<li><p>371.applu331</p></li>
<li><p>372.smithwa</p></li>
<li><p>376.kdtree</p></li>
</ul>
</div></blockquote>
</div>
<div class="section" id="opencv">
<h3>OpenCV<a class="headerlink" href="#opencv" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://opencv.org/">https://opencv.org/</a></p>
</div>
<div class="section" id="openmp-4-x-simd-benchmarks">
<h3>OpenMP 4.x SIMD Benchmarks<a class="headerlink" href="#openmp-4-x-simd-benchmarks" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://github.com/flwende/simd_benchmarks">https://github.com/flwende/simd_benchmarks</a></p>
</div>
<div class="section" id="pwm-benchmarking">
<h3>PWM-benchmarking<a class="headerlink" href="#pwm-benchmarking" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://github.com/tbepler/PWM-benchmarking">https://github.com/tbepler/PWM-benchmarking</a></p>
</div>
<div class="section" id="slambench">
<h3>SLAMBench<a class="headerlink" href="#slambench" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://github.com/pamela-project/slambench">https://github.com/pamela-project/slambench</a></p>
</div>
<div class="section" id="firehose">
<h3>FireHose<a class="headerlink" href="#firehose" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="http://firehose.sandia.gov/">http://firehose.sandia.gov/</a></p>
</div>
<div class="section" id="a-benchmark-for-the-c-c-standard-library">
<h3>A Benchmark for the C/C++ Standard Library<a class="headerlink" href="#a-benchmark-for-the-c-c-standard-library" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://github.com/hiraditya/std-benchmark">https://github.com/hiraditya/std-benchmark</a></p>
</div>
<div class="section" id="openbenchmarking-org-cpu-processor-suite">
<h3>OpenBenchmarking.org CPU / Processor Suite<a class="headerlink" href="#openbenchmarking-org-cpu-processor-suite" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://openbenchmarking.org/suite/pts/cpu">https://openbenchmarking.org/suite/pts/cpu</a></p>
<p>This is a subset of the
<a class="reference external" href="https://github.com/phoronix-test-suite/phoronix-test-suite/">Phoronix Test Suite</a>
and is itself a collection of benchmark suites</p>
</div>
<div class="section" id="parboil-benchmarks">
<h3>Parboil Benchmarks<a class="headerlink" href="#parboil-benchmarks" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="http://impact.crhc.illinois.edu/parboil/parboil.aspx">http://impact.crhc.illinois.edu/parboil/parboil.aspx</a></p>
</div>
<div class="section" id="machsuite">
<h3>MachSuite<a class="headerlink" href="#machsuite" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://breagen.github.io/MachSuite/">https://breagen.github.io/MachSuite/</a></p>
</div>
<div class="section" id="rodinia">
<h3>Rodinia<a class="headerlink" href="#rodinia" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="http://lava.cs.virginia.edu/Rodinia/download_links.htm">http://lava.cs.virginia.edu/Rodinia/download_links.htm</a></p>
<p>Rodinia has already been partially included in
MultiSource/Benchmarks/Rodinia. Benchmarks still missing are:</p>
<blockquote>
<div><ul class="simple">
<li><p>streamcluster</p></li>
<li><p>particlefilter</p></li>
<li><p>nw</p></li>
<li><p>nn</p></li>
<li><p>myocyte</p></li>
<li><p>mummergpu</p></li>
<li><p>lud</p></li>
<li><p>leukocyte</p></li>
<li><p>lavaMD</p></li>
<li><p>kmeans</p></li>
<li><p>hotspot3D</p></li>
<li><p>heartwall</p></li>
<li><p>cfd</p></li>
<li><p>bfs</p></li>
<li><p>b+tree</p></li>
</ul>
</div></blockquote>
</div>
<div class="section" id="vecmathlib-tests-harness">
<h3>vecmathlib tests harness<a class="headerlink" href="#vecmathlib-tests-harness" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://bitbucket.org/eschnett/vecmathlib/wiki/Home">https://bitbucket.org/eschnett/vecmathlib/wiki/Home</a></p>
</div>
<div class="section" id="parsec">
<h3>PARSEC<a class="headerlink" href="#parsec" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="http://parsec.cs.princeton.edu/">http://parsec.cs.princeton.edu/</a></p>
</div>
<div class="section" id="graph500-reference-implementations">
<h3>Graph500 reference implementations<a class="headerlink" href="#graph500-reference-implementations" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://github.com/graph500/graph500/tree/v2-spec">https://github.com/graph500/graph500/tree/v2-spec</a></p>
</div>
<div class="section" id="nas-parallel-benchmarks">
<h3>NAS Parallel Benchmarks<a class="headerlink" href="#nas-parallel-benchmarks" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://www.nas.nasa.gov/publications/npb.html">https://www.nas.nasa.gov/publications/npb.html</a></p>
<p>The official benchmark is written in Fortran, but an unofficial
C-translation is available as well:
<a class="reference external" href="https://github.com/benchmark-subsetting/NPB3.0-omp-C">https://github.com/benchmark-subsetting/NPB3.0-omp-C</a></p>
</div>
<div class="section" id="darpa-hpcs-ssca-2-c-openmp-reference-implementation">
<h3>DARPA HPCS SSCA#2 C/OpenMP reference implementation<a class="headerlink" href="#darpa-hpcs-ssca-2-c-openmp-reference-implementation" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="http://www.highproductivity.org/SSCABmks.htm">http://www.highproductivity.org/SSCABmks.htm</a></p>
<p>This web site does not exist any more, but there seems to be a copy of
some of the benchmarks
<a class="reference external" href="https://github.com/gtcasl/hpc-benchmarks/tree/master/SSCA2v2.2">https://github.com/gtcasl/hpc-benchmarks/tree/master/SSCA2v2.2</a></p>
</div>
<div class="section" id="kokkos">
<h3>Kokkos<a class="headerlink" href="#kokkos" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://github.com/kokkos/kokkos-kernels/tree/master/perf_test">https://github.com/kokkos/kokkos-kernels/tree/master/perf_test</a>
<a class="reference external" href="https://github.com/kokkos/kokkos/tree/master/benchmarks">https://github.com/kokkos/kokkos/tree/master/benchmarks</a></p>
</div>
<div class="section" id="polymage">
<h3>PolyMage<a class="headerlink" href="#polymage" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://github.com/bondhugula/polymage-benchmarks">https://github.com/bondhugula/polymage-benchmarks</a></p>
</div>
<div class="section" id="polybench">
<h3>PolyBench<a class="headerlink" href="#polybench" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://sourceforge.net/projects/polybench/">https://sourceforge.net/projects/polybench/</a></p>
<p>A modified version of Polybench 3.2 is already presented in
SingleSource/Benchmarks/Polybench. A newer version 4.2.1 is available.</p>
</div>
<div class="section" id="high-performance-geometric-multigrid">
<h3>High Performance Geometric Multigrid<a class="headerlink" href="#high-performance-geometric-multigrid" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://crd.lbl.gov/departments/computer-science/PAR/research/hpgmg/">https://crd.lbl.gov/departments/computer-science/PAR/research/hpgmg/</a></p>
</div>
<div class="section" id="raja-performance-suite">
<h3>RAJA Performance Suite<a class="headerlink" href="#raja-performance-suite" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://github.com/LLNL/RAJAPerf">https://github.com/LLNL/RAJAPerf</a></p>
</div>
<div class="section" id="coral-2-benchmarks">
<h3>CORAL-2 Benchmarks<a class="headerlink" href="#coral-2-benchmarks" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://asc.llnl.gov/coral-2-benchmarks/">https://asc.llnl.gov/coral-2-benchmarks/</a></p>
<p>Many of its programs have already been integrated in
MultiSource/Benchmarks/DOE-ProxyApps-C and
MultiSource/Benchmarks/DOE-ProxyApps-C++.</p>
<blockquote>
<div><ul class="simple">
<li><p>Nekbone</p></li>
<li><p>QMCPack</p></li>
<li><p>LAMMPS</p></li>
<li><p>Kripke</p></li>
<li><p>Quicksilver</p></li>
<li><p>PENNANT</p></li>
<li><p>Big Data Analytic Suite</p></li>
<li><p>Deep Learning Suite</p></li>
<li><p>Stream</p></li>
<li><p>Stride</p></li>
<li><p>ML/DL micro-benchmark</p></li>
<li><p>Pynamic</p></li>
<li><p>ACME</p></li>
<li><p>VPIC</p></li>
<li><p>Laghos</p></li>
<li><p>Parallel Integer Sort</p></li>
<li><p>Havoq</p></li>
</ul>
</div></blockquote>
</div>
<div class="section" id="nwchem">
<h3>NWChem<a class="headerlink" href="#nwchem" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="http://www.nwchem-sw.org/index.php/Benchmarks">http://www.nwchem-sw.org/index.php/Benchmarks</a></p>
</div>
<div class="section" id="tvm">
<h3>TVM<a class="headerlink" href="#tvm" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://github.com/dmlc/tvm/tree/master/apps/benchmark">https://github.com/dmlc/tvm/tree/master/apps/benchmark</a></p>
</div>
<div class="section" id="hydrobench">
<h3>HydroBench<a class="headerlink" href="#hydrobench" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://github.com/HydroBench/Hydro">https://github.com/HydroBench/Hydro</a></p>
</div>
<div class="section" id="parres">
<h3>ParRes<a class="headerlink" href="#parres" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://github.com/ParRes/Kernels/tree/master/Cxx11">https://github.com/ParRes/Kernels/tree/master/Cxx11</a></p>
</div>
</div>
<div class="section" id="applications-libraries">
<h2><a class="toc-backref" href="#id3">Applications/Libraries</a><a class="headerlink" href="#applications-libraries" title="Permalink to this headline">¶</a></h2>
<div class="section" id="gnupg">
<h3>GnuPG<a class="headerlink" href="#gnupg" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://gnupg.org/">https://gnupg.org/</a></p>
</div>
<div class="section" id="blitz">
<h3>Blitz++<a class="headerlink" href="#blitz" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://sourceforge.net/projects/blitz/">https://sourceforge.net/projects/blitz/</a></p>
</div>
<div class="section" id="ffmpeg">
<h3>FFmpeg<a class="headerlink" href="#ffmpeg" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://ffmpeg.org/">https://ffmpeg.org/</a></p>
</div>
<div class="section" id="freepooma">
<h3>FreePOOMA<a class="headerlink" href="#freepooma" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="http://www.nongnu.org/freepooma/">http://www.nongnu.org/freepooma/</a></p>
</div>
<div class="section" id="ftensors">
<h3>FTensors<a class="headerlink" href="#ftensors" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="http://www.wlandry.net/Projects/FTensor">http://www.wlandry.net/Projects/FTensor</a></p>
</div>
<div class="section" id="rawspeed">
<h3>rawspeed<a class="headerlink" href="#rawspeed" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://github.com/darktable-org/rawspeed">https://github.com/darktable-org/rawspeed</a></p>
<p>Its test dataset is 756 MB in size, which is too large to be included
into the test-suite repository.</p>
</div>
<div class="section" id="c-performance-benchmarks">
<h3>C++ Performance Benchmarks<a class="headerlink" href="#c-performance-benchmarks" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://gitlab.com/chriscox/CppPerformanceBenchmarks">https://gitlab.com/chriscox/CppPerformanceBenchmarks</a></p>
</div>
</div>
<div class="section" id="generic-algorithms">
<h2><a class="toc-backref" href="#id4">Generic Algorithms</a><a class="headerlink" href="#generic-algorithms" title="Permalink to this headline">¶</a></h2>
<div class="section" id="image-processing">
<h3>Image processing<a class="headerlink" href="#image-processing" title="Permalink to this headline">¶</a></h3>
<div class="section" id="resampling">
<h4>Resampling<a class="headerlink" href="#resampling" title="Permalink to this headline">¶</a></h4>
<blockquote>
<div><ul class="simple">
<li><p>Bilinear</p></li>
<li><p>Bicubic</p></li>
<li><p>Lanczos</p></li>
</ul>
</div></blockquote>
</div>
<div class="section" id="dither">
<h4>Dither<a class="headerlink" href="#dither" title="Permalink to this headline">¶</a></h4>
<blockquote>
<div><ul class="simple">
<li><p>Threshold</p></li>
<li><p>Random</p></li>
<li><p>Halftone</p></li>
<li><p>Bayer</p></li>
<li><p>Floyd-Steinberg</p></li>
<li><p>Jarvis</p></li>
<li><p>Stucki</p></li>
<li><p>Burkes</p></li>
<li><p>Sierra</p></li>
<li><p>Atkinson</p></li>
<li><p>Gradient-based</p></li>
</ul>
</div></blockquote>
</div>
<div class="section" id="feature-detection">
<h4>Feature detection<a class="headerlink" href="#feature-detection" title="Permalink to this headline">¶</a></h4>
<blockquote>
<div><ul class="simple">
<li><p>Harris</p></li>
<li><p>Histogram of Oriented Gradients</p></li>
</ul>
</div></blockquote>
</div>
<div class="section" id="color-conversion">
<h4>Color conversion<a class="headerlink" href="#color-conversion" title="Permalink to this headline">¶</a></h4>
<blockquote>
<div><ul class="simple">
<li><p>RGB to grayscale</p></li>
<li><p>HSL to RGB</p></li>
</ul>
</div></blockquote>
</div>
</div>
<div class="section" id="graph">
<h3>Graph<a class="headerlink" href="#graph" title="Permalink to this headline">¶</a></h3>
<div class="section" id="search-algorithms">
<h4>Search Algorithms<a class="headerlink" href="#search-algorithms" title="Permalink to this headline">¶</a></h4>
<blockquote>
<div><ul class="simple">
<li><p>Breadth-First-Search</p></li>
<li><p>Depth-First-Search</p></li>
<li><p>Dijkstra’s algorithm</p></li>
<li><p>A-Star</p></li>
</ul>
</div></blockquote>
</div>
<div class="section" id="spanning-tree">
<h4>Spanning Tree<a class="headerlink" href="#spanning-tree" title="Permalink to this headline">¶</a></h4>
<blockquote>
<div><ul class="simple">
<li><p>Kruskal’s algorithm</p></li>
<li><p>Prim’s algorithm</p></li>
</ul>
</div></blockquote>
</div>
</div>
</div>
</div>


            <div class="clearer"></div>
          </div>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="VariableNames.html" title="Variable Names Plan"
             >next</a> |</li>
        <li class="right" >
          <a href="LLVMLibC.html" title="“llvm-libc” C Standard Library"
             >previous</a> |</li>
  <li><a href="https://llvm.org/">LLVM Home</a>&nbsp;|&nbsp;</li>
  <li><a href="../index.html">Documentation</a>&raquo;</li>

          <li class="nav-item nav-item-1"><a href="../GettingInvolved.html" >Getting Involved</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href="">Test-Suite Extensions</a></li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2003-2021, LLVM Project.
      Last updated on 2021-09-18.
      Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.5.4.
    </div>
  </body>
</html>