Skip to content
Snippets Groups Projects

Consolidate codegen and JIT modules.

Merged Frederik Hennig requested to merge fhennig/codegen-module into v2.0-dev
All threads resolved!
12 files
+ 144
75
Compare changes
  • Side-by-side
  • Inline
Files
12
Code Generator and Configuration
pystencils.codegen
================================
==================
.. module:: pystencils.kernelcreation
.. module:: pystencils.codegen
 
 
Kernel Creation Driver
 
----------------------
.. autosummary::
.. autosummary::
:toctree: generated
:toctree: generated
:nosignatures:
:nosignatures:
create_kernel
create_kernel
get_driver
.. module:: pystencils.config
 
Configuration
 
-------------
.. autosummary::
.. autosummary::
:toctree: generated
:toctree: generated
@@ -26,4 +31,27 @@ Code Generator and Configuration
@@ -26,4 +31,27 @@ Code Generator and Configuration
:toctree: generated
:toctree: generated
:nosignatures:
:nosignatures:
AUTO
AUTO
\ No newline at end of file
 
Target Specification
 
--------------------
 
 
.. autosummary::
 
:toctree: generated
 
:nosignatures:
 
:template: autosummary/recursive_class.rst
 
 
Target
 
 
Output Code Objects
 
-------------------
 
 
.. autosummary::
 
:toctree: generated
 
:nosignatures:
 
:template: autosummary/entire_class.rst
 
 
Kernel
 
GpuKernel
 
Parameter
 
GpuThreadsRange
Loading