Miscellany
public text v1 · immutableem@leibniz:/usr/local/lib/python2.6/dist-packages$ python
Python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyopencl
>>> print pyopencl.get_platforms()
[<pyopencl.Platform 'AMD Accelerated Parallel Processing' at 0x7f83a2e58800>]
>>>