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
pycodegen
pystencils
Commits
25c92321
Commit
25c92321
authored
1 year ago
by
Markus Holzer
Browse files
Options
Downloads
Patches
Plain Diff
Fix linter
parent
fd6ff7ef
No related branches found
No related tags found
2 merge requests
!353
Draft: Generalise usage of Structs for nested array access
,
!341
Refactor gpu indexing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pystencils/gpu/kernelcreation.py
+0
-2
0 additions, 2 deletions
pystencils/gpu/kernelcreation.py
with
0 additions
and
2 deletions
pystencils/gpu/kernelcreation.py
+
0
−
2
View file @
25c92321
from
typing
import
Union
import
numpy
as
np
from
pystencils.astnodes
import
Block
,
KernelFunction
,
LoopOverCoordinate
,
SympyAssignment
from
pystencils.config
import
CreateKernelConfig
from
pystencils.typing
import
StructType
,
TypedSymbol
...
...
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