Skip to content
Snippets Groups Projects
kernel_compile_and_call.rst 754 B
Newer Older
*****************************************
Creating and calling kernels from Python
*****************************************


Creating kernels
----------------

.. autofunction:: pystencils.create_kernel

Markus Holzer's avatar
Markus Holzer committed
.. autoclass:: pystencils.CreateKernelConfig
    :members:
.. autofunction:: pystencils.kernelcreation.create_domain_kernel
.. autofunction:: pystencils.kernelcreation.create_indexed_kernel
.. autofunction:: pystencils.kernelcreation.create_staggered_kernel


Code printing
-------------

.. autofunction:: pystencils.show_code


GPU Indexing
-------------

.. autoclass:: pystencils.gpucuda.AbstractIndexing
   :members:

.. autoclass:: pystencils.gpucuda.BlockIndexing
   :members:

.. autoclass:: pystencils.gpucuda.LineIndexing
   :members: