MANIFEST.in
README.rst
license.rst
setup.py
version.txt
Clyther.egg-info/PKG-INFO
Clyther.egg-info/SOURCES.txt
Clyther.egg-info/dependency_links.txt
Clyther.egg-info/requires.txt
Clyther.egg-info/top_level.txt
clyther/__init__.py
clyther/caching.py
clyther/cly_kernel.py
clyther/my_sphinx.py
clyther/pipeline.py
clyther/pybuiltins.py
clyther/queue_record.py
clyther/rttt.py
clyther/runtime.py
clyther/array/__init__.py
clyther/array/array_context.py
clyther/array/blitz.py
clyther/array/clarray.py
clyther/array/functions.py
clyther/array/reduce_array.py
clyther/array/ufunc_framework.py
clyther/array/ufuncs.py
clyther/array/utils.py
clyther/clast/__init__.py
clyther/clast/cast.py
clyther/clast/openCL_sourcegen.py
clyther/clast/mutators/__init__.py
clyther/clast/mutators/for_loops.py
clyther/clast/mutators/keywords.py
clyther/clast/mutators/placeholder_replace.py
clyther/clast/mutators/printf.py
clyther/clast/mutators/replace_constants.py
clyther/clast/mutators/rm_const_params.py
clyther/clast/mutators/type_cast.py
clyther/clast/mutators/unpacker.py
clyther/clast/visitors/__init__.py
clyther/clast/visitors/returns.py
clyther/clast/visitors/typify.py
clyther/scripts/__init__.py
clyther/scripts/inspect_cly.py
clyther/test/__init__.py
clyther/test/test_builtins.py
clyther/test/test_ufuncs.py
clyther/test/clast/__init__.py
clyther/test/clast/test_typify.py
demos/demo.py
demos/demo_1.py
demos/demo_2.py
demos/demo_3.py
demos/demo_compile.py
demos/demo_compile_err.py
demos/demo_object.py
demos/demo_reduce.py
demos/demo_roo.py
doc/Makefile
doc/api.rst
doc/conf.py
doc/contributing.rst
doc/examples.rst
doc/for_numpy_users.rst
doc/getting_started.rst
doc/index.rst
doc/license.rst
doc/make.bat
doc/performance_python.rst
doc/perfpy_clyther.tgz
doc/roadmap.rst
doc/runtime_doc.py
doc/_build/doctrees/api.doctree
doc/_build/doctrees/contributing.doctree
doc/_build/doctrees/environment.pickle
doc/_build/doctrees/examples.doctree
doc/_build/doctrees/for_numpy_users.doctree
doc/_build/doctrees/getting_started.doctree
doc/_build/doctrees/index.doctree
doc/_build/doctrees/license.doctree
doc/_build/doctrees/performance_python.doctree
doc/_build/doctrees/roadmap.doctree
doc/_build/html/.buildinfo
doc/_build/html/api.html
doc/_build/html/contributing.html
doc/_build/html/examples.html
doc/_build/html/for_numpy_users.html
doc/_build/html/genindex.html
doc/_build/html/getting_started.html
doc/_build/html/index.html
doc/_build/html/license.html
doc/_build/html/objects.inv
doc/_build/html/performance_python.html
doc/_build/html/py-modindex.html
doc/_build/html/roadmap.html
doc/_build/html/search.html
doc/_build/html/searchindex.js
doc/_build/html/downloads/perfpy_clyther.tgz
doc/_build/html/images/graph.png
doc/_build/html/images/logo.png
doc/_build/html/modules/clyther.html
doc/_build/html/modules/index.html
doc/_build/html/modules/clyther/array.html
doc/_build/html/modules/clyther/pipeline.html
doc/_build/html/modules/clyther/rttt.html
doc/_build/html/modules/clyther/runtime.html
doc/_build/html/sources/index.txt
doc/_build/html/sources/license.txt
doc/_build/html/sources/performance_python.txt
doc/_build/html/static/ajax-loader.gif
doc/_build/html/static/basic.css
doc/_build/html/static/clyther.ico
doc/_build/html/static/comment-bright.png
doc/_build/html/static/comment-close.png
doc/_build/html/static/comment.png
doc/_build/html/static/default.css
doc/_build/html/static/doctools.js
doc/_build/html/static/down-pressed.png
doc/_build/html/static/down.png
doc/_build/html/static/file.png
doc/_build/html/static/graph.png
doc/_build/html/static/jquery.js
doc/_build/html/static/logo.png
doc/_build/html/static/logo_small.png
doc/_build/html/static/minus.png
doc/_build/html/static/plus.png
doc/_build/html/static/pygments.css
doc/_build/html/static/searchtools.js
doc/_build/html/static/sidebar.js
doc/_build/html/static/underscore.js
doc/_build/html/static/up-pressed.png
doc/_build/html/static/up.png
doc/_build/html/static/websupport.js
doc/_static/clyther.ico
doc/_static/graph.png
doc/_static/logo.png
doc/_static/logo_small.png
doc/examples/demo_1.py
doc/examples/example.py
doc/examples/new_types.py
doc/perfpy/README.txt
doc/perfpy/core.py
doc/perfpy/laplace.py
doc/perfpy/opencl_methods.py
doc/perfpy/setup.py
doc/perfpy/src/flaplace.f
doc/perfpy/src/flaplace90_arrays.f90
doc/perfpy/src/flaplace95_forall.f95
doc/perfpy/src/laplace.cxx
doc/perfpy/src/pyx_lap.pyx
doc/perfpy/src/pyx_lap1.pyx
doc/perfpy/src/pyx_lap_numeric.pyx
examples/conv.py
examples/example1.py
examples/gl_integration.py
examples/gl_interop_demo.py
examples/print_device_info.py
examples/reduce.py
examples/sin_wave.py
examples/ufunc.py