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
1 merge request!458HIP Target and Platform
Pipeline #76713 passed with stages
in 16 minutes and 7 seconds
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment