Skip to content
Snippets Groups Projects
Commit a500ba88 authored by Markus Holzer's avatar Markus Holzer
Browse files

Fix linter

parent 939bed5f
No related branches found
No related tags found
No related merge requests found
Pipeline #55435 passed
...@@ -128,7 +128,8 @@ class BlockIndexing(AbstractIndexing): ...@@ -128,7 +128,8 @@ class BlockIndexing(AbstractIndexing):
Args: Args:
iteration_space: list of slices to determine start, stop and the step size for each coordinate iteration_space: list of slices to determine start, stop and the step size for each coordinate
data_layout: tuple specifying loop order with innermost loop last. This is the same format as returned by `Field.layout`. data_layout: tuple specifying loop order with innermost loop last.
This is the same format as returned by `Field.layout`.
permute_block_size_dependent_on_layout: if True the block_size is permuted such that the fastest coordinate permute_block_size_dependent_on_layout: if True the block_size is permuted such that the fastest coordinate
gets the largest amount of threads gets the largest amount of threads
compile_time_block_size: compile in concrete block size, otherwise the gpu variable 'blockDim' is used compile_time_block_size: compile in concrete block size, otherwise the gpu variable 'blockDim' is used
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment