Skip to content
Snippets Groups Projects
Commit 01886e87 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

add Lambda to API reference

parent 2116e907
Branches
Tags
1 merge request!449GPU Indexing Schemes and Launch Configurations
Pipeline #74201 passed
......@@ -177,4 +177,5 @@ The following categories with target-specific options are exposed:
Kernel
GpuKernel
Parameter
Lambda
```
......@@ -6,6 +6,7 @@ from .config import (
from .parameters import Parameter
from .kernel import Kernel, GpuKernel
from .driver import create_kernel, get_driver
from .functions import Lambda
__all__ = [
"Target",
......@@ -14,6 +15,7 @@ __all__ = [
"Parameter",
"Kernel",
"GpuKernel",
"Lambda",
"create_kernel",
"get_driver",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment