-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (67 loc) · 3.32 KB
/
index.html
File metadata and controls
78 lines (67 loc) · 3.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>FHPNC</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="description" content="International Workshop on Functional High-Performance and
Numerical Computing">
</head>
<body>
<h1>International Workshop on Functional High-Performance and
Numerical Computing</h1>
<p>
The ACM SIGPLAN International Workshop on Functional
High-Performance and Numerical Computing (FHPNC) aims to bring together
researchers and practitioners exploring or employing the use of
functional or declarative programming languages or techniques in
scientific computing, and specifically in the domains of
high-performance computing and numerical programming.
</p>
<p>
The purpose of the meeting is to enable sharing of results,
experiences, and novel ideas about how high-level, declarative
techniques can help make high-performance, distributed/parallel,
or numerically-intensive code dealing with computationally
challenging problems easier to write, read, maintain, or portable
to new architectures. Areas of interest include, but are not
limited to, relevant compiler technologies, runtime systems
(including fault tolerance mechanisms and those supporting
distributed or parallel computation), domain-specific languages
(embedded or otherwise), type systems, algebraic differentiation,
formal methods, and libraries (e.g. for exact or interval
arithmetic).
</p>
<p>
The workshop is co-located with
the <a href="https://www.icfpconference.org/">International
Conference on Functional Programming (ICFP)</a>. FHPNC is a
merger of the workshops FHPC
and <a href="https://icfp18.sigplan.org/track/npfl-2018-papers">NPFL</a>.
</p>
<h2>Events</h2>
<ul>
<li><a href="https://icfp23.sigplan.org/home/FHPNC-2023">FHPNC 2023</a></li>
<li><a href="https://icfp21.sigplan.org/home/FHPNC-2021">FHPNC 2021</a></li>
<li><a href="https://icfp19.sigplan.org/home/FHPNC-2019">FHPNC 2019</a></li>
<li><a href="https://icfp18.sigplan.org/track/npfl-2018-papers">NPFL 2018</a></li>
<li><a href="https://icfp18.sigplan.org/track/FHPC-2018-papers">FHPC 2018</a></li>
<li><a href="https://icfp17.sigplan.org/track/FHPC-2017-papers">FHPC 2017</a></li>
<li><a href="https://icfp16.sigplan.org/track/FHPC-2016-papers">FHPC 2017</a></li>
<li><a href="https://sites.google.com/site/fhpcworkshops/fhpc-2015">FHPC 2015</a></li>
<li><a href="https://sites.google.com/site/fhpcworkshops/fhpc-2014">FHPC 2014</a></li>
<li><a href="http://hiperfit.dk/fhpc13.html">FHPC 2013</a></li>
<li><a href="http://hiperfit.dk/fhpc12.html">FHPC 2012</a></li>
</ul>
<h2>People</h2>
FHPNC does not have a formal steering committee, but the
following <em>friends of FHPNC</em> have expressed an interest in
guiding its future.
<ul>
<li><a href="https://www.uu.nl/medewerkers/GKKeller">Gabriele Keller</a></li>
<li><a href="http://www.macs.hw.ac.uk/~hwloidl/">Hans-Wolfgang Loidl</a></li>
<li><a href="https://michel.steuwer.info/">Michel Steuwer</a></li>
<li><a href="https://sigkill.dk">Troels Henriksen</a></li>
</ul>
</body>
</html>