Skip to content
Snippets Groups Projects

Fundamental GPU Support

Merged Frederik Hennig requested to merge fhennig/sycl into backend-rework
Compare and
35 files
+ 1278
235
Preferences
Compare changes
Files
35
@@ -4,10 +4,15 @@ Kernel Creation
The primary interface for creating numerical kernels in pystencils is the function `create_kernel`.
Configuration
=============
.. autoclass:: pystencils.CreateKernelConfig
.. automodule:: pystencils.config
:members:
Creation
========
.. autofunction:: pystencils.create_kernel
.. autoclass:: pystencils.backend.KernelFunction