Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Markus Holzer
pystencils
Commits
a500ba88
Commit
a500ba88
authored
1 year ago
by
Markus Holzer
Browse files
Options
Downloads
Patches
Plain Diff
Fix linter
parent
939bed5f
No related branches found
No related tags found
No related merge requests found
Pipeline
#55435
passed
1 year ago
Stage: pretest
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pystencils/gpu/indexing.py
+2
-1
2 additions, 1 deletion
pystencils/gpu/indexing.py
with
2 additions
and
1 deletion
pystencils/gpu/indexing.py
+
2
−
1
View file @
a500ba88
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment