@@ -6,9 +6,9 @@ layout: default
6
6
7
7
* What:* A workshop to bring together folks working on different
8
8
approaches to ** high-performance compilation for Python** , to share
9
- experience, discuss future plans and common interests, and explore
10
- possible points of collaboration -- especially with regard to
11
- numerical/scientific programming .
9
+ experience, discuss common interests, and start sketching out a
10
+ roadmap for how the broader Python ecosystem can adapt to take maximal
11
+ advantage of these new implementations .
12
12
13
13
* When and where:* ** July 11-12, 2016** in ** Austin, Texas** ,
14
14
co-located with the [ SciPy 2016] ( http://scipy2016.scipy.org )
@@ -44,11 +44,12 @@ includes [PyPy](http://pypy.org/), [Numba](http://numba.pydata.org/),
44
44
[ Pythran] ( https://github.com/serge-sans-paille/pythran ) ,
45
45
[ Pyjion] ( https://github.com/Microsoft/Pyjion ) ,
46
46
[ Numexpr] ( https://github.com/pydata/numexpr ) ,
47
- [ HOPE] ( www.cosmology.ethz.ch/research/software-lab/HOPE.html ) , ...
47
+ [ HOPE] ( www.cosmology.ethz.ch/research/software-lab/HOPE.html ) ,
48
+ [ GT-Py] ( https://software.intel.com/en-us/blogs/2016/03/22/gt-py-accelerating-numpy-programs-with-minimal-programming-effort ) ...
48
49
49
50
Now seems like a good time to compare notes! Plus there are lots of
50
51
questions that seem like they could benefit from some cross-project
51
- collaboration. Our exact agenda will depend on participants interests,
52
+ collaboration. Our exact agenda will depend on participants' interests,
52
53
but here are some examples to give the flavor:
53
54
54
55
* If I wrap a C function using Cython/CFFI/SWIG/..., could there
@@ -125,14 +126,21 @@ outline their approaches and name some problems they're worrying
125
126
about, and then switch to unconference mode.
126
127
127
128
128
- ## Confirmed attendees
129
+ ## A partial list of confirmed attendees
129
130
130
- TBD
131
+ * Nathaniel Smith (NumPy)
132
+ * Jonathan Rocher
133
+ * Robert Cohn (Intel)
134
+ * Kevin Modzelewski (Pyston)
135
+ * Marius Wachtler (Pyston)
136
+ * Maciej Fijalkowski (PyPy)
131
137
132
138
133
139
## Sponsors
134
140
135
- TBD
141
+ We're grateful to our sponsors for helping make this event possible:
142
+
143
+ ![ Intel] ( /assets/intel-logo.png )
136
144
137
145
138
146
## Travel information
@@ -146,4 +154,7 @@ and other travel details.
146
154
147
155
## Code of conduct
148
156
149
- TBD (maybe we can just point to SciPy's?)
157
+ Workshop attendees are expected to adhere to the
158
+ [ SciPy code of conduct] ( http://scipy2016.scipy.org/ehome/146062/388087/?&& ) .
159
+ Please report any violations or concerns to
160
+ [ Nathaniel Smith
] ( mailto:[email protected] ) or a member of SciPy staff.
0 commit comments