Skip to content
Snippets Groups Projects

Consolidate codegen and JIT modules.

Merged Frederik Hennig requested to merge fhennig/codegen-module into v2.0-dev
3 files
+ 34
9
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -3,15 +3,14 @@ pystencils.codegen
@@ -3,15 +3,14 @@ pystencils.codegen
.. module:: pystencils.codegen
.. module:: pystencils.codegen
Kernel Creation Driver
Invocation
----------------------
----------
.. autosummary::
.. autosummary::
:toctree: generated
:toctree: generated
:nosignatures:
:nosignatures:
create_kernel
create_kernel
get_driver
Configuration
Configuration
-------------
-------------
@@ -43,6 +42,22 @@ Target Specification
@@ -43,6 +42,22 @@ Target Specification
Target
Target
 
Code Generation Drivers
 
-----------------------
 
 
.. autosummary::
 
:toctree: generated
 
:nosignatures:
 
:template: autosummary/entire_class.rst
 
 
driver.DefaultKernelCreationDriver
 
 
.. autosummary::
 
:toctree: generated
 
:nosignatures:
 
 
get_driver
 
Output Code Objects
Output Code Objects
-------------------
-------------------
Loading