Skip to content
Snippets Groups Projects

Fundamental GPU Support

Merged Frederik Hennig requested to merge fhennig/sycl into backend-rework
Viewing commit 07c66d67
Show latest version
7 files
+ 68
7
Preferences
Compare changes
Files
7
@@ -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