Skip to content
Snippets Groups Projects
Commit 28859ef6 authored by Richard Angersbach's avatar Richard Angersbach Committed by Frederik Hennig
Browse files

Apply 2 suggestion(s) to 2 file(s)

parent 01886e87
No related branches found
No related tags found
1 merge request!449GPU Indexing Schemes and Launch Configurations
Pipeline #74224 passed
...@@ -76,7 +76,7 @@ the `ManualLaunchConfiguration` requires the user to manually specifiy both grid ...@@ -76,7 +76,7 @@ the `ManualLaunchConfiguration` requires the user to manually specifiy both grid
The `evaluate` method can only be used from within a Python runtime environment. The `evaluate` method can only be used from within a Python runtime environment.
When exporting pystencils CUDA kernels for external use in C++ projects, When exporting pystencils CUDA kernels for external use in C++ projects,
equivalent C++ code evaluating the launch config must be generated. equivalent C++ code evaluating the launch config must be generated.
This is the task of, e..g., [pystencils-sfg](https://pycodegen.pages.i10git.cs.fau.de/pystencils-sfg/). This is the task of, e.g., [pystencils-sfg](https://pycodegen.pages.i10git.cs.fau.de/pystencils-sfg/).
```{eval-rst} ```{eval-rst}
......
# Platforms # Platforms
All target-specific code generation in the pystencils backend is facilitated All target-specific code generation in the pystencils backend is facilitated
through the *platform classes*. through the *platform classes*.
This includes: This includes:
- Materialization of the iteration space, meaning the mapping of iteration space points to some indexing structure - Materialization of the iteration space, meaning the mapping of iteration space points to some indexing structure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment