All pastes #2052577 Raw Edit

Miscellany

public text v1 · immutable
#2052577 ·published 2011-05-01 18:07 UTC
rendered paste body
em@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>]
>>>