MANIFEST.in
README
license.rst
setup.py
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/cly_kernel.py
clyther/clydb.py
clyther/my_sphinx.py
clyther/pipeline.py
clyther/pybuiltins.py
clyther/queue_record.py
clyther/rttt.py
clyther/runtime.py
clyther/types.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/make.bat
doc/performance_python.rst
doc/roadmap.rst
doc/runtime_doc.py
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