Skip to content
Snippets Groups Projects
Commit 0cd17895 authored by Michael Kuron's avatar Michael Kuron :mortar_board: Committed by Markus Holzer
Browse files

Adapted better docstring

parent 31bd0e0a
No related branches found
No related tags found
1 merge request!341Refactor gpu indexing
...@@ -129,7 +129,7 @@ class BlockIndexing(AbstractIndexing): ...@@ -129,7 +129,7 @@ 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 to determine the fast and slow coordinates. 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