Skip to content
Snippets Groups Projects
Commit e010924c authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Add missing comment [skip ci]

parent 799c22f0
No related branches found
No related tags found
1 merge request!454Optimization for GPU block size determination
Pipeline #74582 skipped
......@@ -381,7 +381,10 @@ class GpuOptions(ConfigBase):
"""
max_block_sizes: BasicOption[tuple[int, int, int] | _AUTO_TYPE] = BasicOption()
"""Maximum dimension size of a thread block in dimensions (x, y, z)."""
"""Maximum dimension size of a thread block in dimensions (x, y, z).
If set to `None` (the default), the default value for the given target will be automatically used.
"""
manual_launch_grid: BasicOption[bool] = BasicOption(False)
"""Always require a manually specified launch grid when running this kernel.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment