Skip to content
Snippets Groups Projects

GPU Indexing Schemes and Launch Configurations

Merged Frederik Hennig requested to merge fhennig/lambdas into v2.0-dev
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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}
Loading