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

expose default block size of dynamic launch config as property

parent 5cf824ca
No related branches found
No related tags found
1 merge request!458HIP Target and Platform
Pipeline #76713 passed
......@@ -291,6 +291,10 @@ class DynamicBlockSizeLaunchConfiguration(GpuLaunchConfiguration):
def parameters(self) -> frozenset[Parameter]:
"""Parameters of this launch configuration"""
return self._params
@property
def default_block_size(self) -> dim3:
return self._default_block_size
@property
def block_size(self) -> dim3 | None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment