Skip to content
Snippets Groups Projects
Commit 6539ac97 authored by Jan Hönig's avatar Jan Hönig
Browse files

`create_kernel` API update

Updating the API of pystencils, mainly `create_kernel`.
`create_kernel` and `create_indexed_kernel` were merged to
`create_kernel`. `create_indexed_kernel` can be still reached,
`create_domain_kernel` is the old `create_kernel`.

A dataclass `CreateKernelConfiguration` was introduced to hold all
necessary values and set them to useful defaults.

Two new Enum classes were introduced: Target and Backend.
This should ensure a proper usage, instead of the string values, which
were misused.
parent 4fecf0c5
No related branches found
No related tags found
No related merge requests found
Pipeline #33948 failed
Showing
with 233 additions and 1031 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment