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
No related branches found
No related tags found
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: ...@@ -177,4 +177,5 @@ The following categories with target-specific options are exposed:
Kernel Kernel
GpuKernel GpuKernel
Parameter Parameter
Lambda
``` ```
...@@ -6,6 +6,7 @@ from .config import ( ...@@ -6,6 +6,7 @@ from .config import (
from .parameters import Parameter from .parameters import Parameter
from .kernel import Kernel, GpuKernel from .kernel import Kernel, GpuKernel
from .driver import create_kernel, get_driver from .driver import create_kernel, get_driver
from .functions import Lambda
__all__ = [ __all__ = [
"Target", "Target",
...@@ -14,6 +15,7 @@ __all__ = [ ...@@ -14,6 +15,7 @@ __all__ = [
"Parameter", "Parameter",
"Kernel", "Kernel",
"GpuKernel", "GpuKernel",
"Lambda",
"create_kernel", "create_kernel",
"get_driver", "get_driver",
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment