LICENSE
MANIFEST.in
Makefile.in
README.rst
README_SETUP.txt
aksetup_helper.py
cffi_build.py.in
cl_gl_types.h
cl_types.h
configure.py
setup.cfg
setup.py
contrib/pyopencl.vim
contrib/fortran-to-opencl/README
contrib/fortran-to-opencl/translate.py
doc/Makefile
doc/conf.py
doc/make_constants.py
examples/benchmark.py
examples/demo-struct-reduce.py
examples/demo.py
examples/demo_array.py
examples/demo_elementwise.py
examples/demo_elementwise_complex.py
examples/demo_mandelbrot.py
examples/demo_meta_codepy.py
examples/demo_meta_template.py
examples/download-examples-from-wiki.py
examples/dump-performance.py
examples/dump-properties.py
examples/gl_interop_demo.py
examples/gl_particle_animation.py
examples/ipython-demo.ipynb
examples/narray.py
examples/transpose.py
pyopencl/__init__.py
pyopencl/_buffers.py
pyopencl/_cluda.py
pyopencl/_mymako.py
pyopencl/algorithm.py
pyopencl/array.py
pyopencl/bitonic_sort.py
pyopencl/bitonic_sort_templates.py
pyopencl/cache.py
pyopencl/capture_call.py
pyopencl/cffi_cl.py
pyopencl/clmath.py
pyopencl/clrandom.py
pyopencl/elementwise.py
pyopencl/ipython_ext.py
pyopencl/mempool.py
pyopencl/reduction.py
pyopencl/scan.py
pyopencl/tools.py
pyopencl/version.py
pyopencl.egg-info/PKG-INFO
pyopencl.egg-info/SOURCES.txt
pyopencl.egg-info/dependency_links.txt
pyopencl.egg-info/not-zip-safe
pyopencl.egg-info/requires.txt
pyopencl.egg-info/top_level.txt
pyopencl/characterize/__init__.py
pyopencl/characterize/performance.py
pyopencl/cl/pyopencl-airy.cl
pyopencl/cl/pyopencl-bessel-j-complex.cl
pyopencl/cl/pyopencl-bessel-j.cl
pyopencl/cl/pyopencl-bessel-y.cl
pyopencl/cl/pyopencl-complex.h
pyopencl/cl/pyopencl-eval-tbl.cl
pyopencl/cl/pyopencl-hankel-complex.cl
pyopencl/cl/pyopencl-ranluxcl.cl
pyopencl/compyte/__init__.py
pyopencl/compyte/array.py
pyopencl/compyte/dtypes.py
pyopencl/compyte/ndarray/__init__.py
pyopencl/compyte/ndarray/gen_elemwise.py
pyopencl/compyte/ndarray/gen_reduction.py
pyopencl/compyte/ndarray/setup_opencl.py
pyopencl/compyte/ndarray/test_gpu_elemwise.py
pyopencl/compyte/ndarray/test_gpu_ndarray.py
src/c_wrapper/bitlog.cpp
src/c_wrapper/buffer.cpp
src/c_wrapper/buffer.h
src/c_wrapper/clhelper.h
src/c_wrapper/clobj.h
src/c_wrapper/command_queue.cpp
src/c_wrapper/command_queue.h
src/c_wrapper/context.cpp
src/c_wrapper/context.h
src/c_wrapper/debug.cpp
src/c_wrapper/debug.h
src/c_wrapper/device.cpp
src/c_wrapper/device.h
src/c_wrapper/error.h
src/c_wrapper/event.cpp
src/c_wrapper/event.h
src/c_wrapper/function.h
src/c_wrapper/gl_obj.cpp
src/c_wrapper/gl_obj.h
src/c_wrapper/image.cpp
src/c_wrapper/image.h
src/c_wrapper/kernel.cpp
src/c_wrapper/kernel.h
src/c_wrapper/memory_map.cpp
src/c_wrapper/memory_map.h
src/c_wrapper/memory_object.cpp
src/c_wrapper/memory_object.h
src/c_wrapper/platform.cpp
src/c_wrapper/platform.h
src/c_wrapper/program.cpp
src/c_wrapper/program.h
src/c_wrapper/pyhelper.cpp
src/c_wrapper/pyhelper.h
src/c_wrapper/sampler.cpp
src/c_wrapper/sampler.h
src/c_wrapper/utils.h
src/c_wrapper/wrap_cl.cpp
src/c_wrapper/wrap_cl.h
src/c_wrapper/wrap_cl_core.h
src/c_wrapper/wrap_cl_gl_core.h
src/c_wrapper/wrap_constants.cpp
test/empty-header.h
test/test_algorithm.py
test/test_array.py
test/test_clmath.py
test/test_wrapper.py