Closed jaberg closed 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.
I tried to control device selection like this:
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.