pystencils.codegen.driver.DefaultKernelCreationDriver#
- class pystencils.codegen.driver.DefaultKernelCreationDriver(cfg, retain_intermediates=False)#
Drives the default kernel creation sequence.
- Parameters:
cfg (
CreateKernelConfig
) – Configuration for the code generatorretain_intermediates (
bool
) – IfTrue
, instructs the driver to keep copies of the intermediate results of its stages for later inspection.