LICENSE
MANIFEST.in
Makefile.in
README.rst
README_SETUP.txt
aksetup_helper.py
configure.py
pytest.ini
setup.cfg
setup.py
contrib/pyopencl.vim
contrib/fortran-to-opencl/README
contrib/fortran-to-opencl/translate.py
doc/Makefile
doc/algorithm.rst
doc/array.rst
doc/conf.py
doc/howto.rst
doc/index.rst
doc/make_constants.py
doc/misc.rst
doc/runtime.rst
doc/runtime_const.rst
doc/runtime_gl.rst
doc/runtime_memory.rst
doc/runtime_platform.rst
doc/runtime_program.rst
doc/runtime_queue.rst
doc/subst.rst
doc/tools.rst
doc/types.rst
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/dump-performance.py
examples/dump-properties.py
examples/gl_interop_demo.py
examples/gl_particle_animation.py
examples/ipython-demo.ipynb
examples/median-filter.py
examples/narray.py
examples/print-binary.py
examples/transpose.py
pyopencl/__init__.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/clmath.py
pyopencl/clrandom.py
pyopencl/cltypes.py
pyopencl/elementwise.py
pyopencl/invoker.py
pyopencl/ipython_ext.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/cl/pyopencl-random123/array.h
pyopencl/cl/pyopencl-random123/openclfeatures.h
pyopencl/cl/pyopencl-random123/philox.cl
pyopencl/cl/pyopencl-random123/threefry.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/bitlog.cpp
src/bitlog.hpp
src/clinfo_ext.h
src/mempool.hpp
src/pyopencl_ext.h
src/tools.hpp
src/wrap_cl.cpp
src/wrap_cl.hpp
src/wrap_cl_part_1.cpp
src/wrap_cl_part_2.cpp
src/wrap_constants.cpp
src/wrap_helpers.hpp
src/wrap_mempool.cpp
test/add-vectors-32.spv
test/add-vectors-64.spv
test/empty-header.h
test/test_algorithm.py
test/test_array.py
test/test_arrays_in_structs.py
test/test_clmath.py
test/test_clrandom.py
test/test_enqueue_copy.py
test/test_wrapper.py