fjarri / reikna

Pure Python GPGPU library
http://reikna.publicfields.net/
MIT License
164 stars 16 forks source link

Interactive device selection broken? #11

Closed jaberg closed 11 years ago

jaberg commented 11 years ago

I tried to control device selection like this:

thr = api.Thread.create(interactive=True)

Running the program, I was presented with a list of options as with PyOpenCL, but when typing my selection (e.g. '1') the program crashed with an indexing error because the string '1' was not cast to an integer.