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
21df6f4b
Commit
21df6f4b
authored
2 months ago
by
Richard Angersbach
Browse files
Options
Downloads
Patches
Plain Diff
Omit admonitions from docs
parent
a2060520
No related branches found
No related tags found
1 merge request
!438
Reduction Support
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/backend/reduction_codegen.md
+0
-6
0 additions, 6 deletions
docs/source/backend/reduction_codegen.md
docs/source/user_manual/reductions.md
+0
-5
0 additions, 5 deletions
docs/source/user_manual/reductions.md
with
0 additions
and
11 deletions
docs/source/backend/reduction_codegen.md
+
0
−
6
View file @
21df6f4b
...
@@ -114,9 +114,3 @@ You can find more detailed information about warp size alignment in {ref}`gpu_co
...
@@ -114,9 +114,3 @@ You can find more detailed information about warp size alignment in {ref}`gpu_co
ps.inspect(kernel_gpu_opt)
ps.inspect(kernel_gpu_opt)
```
```
:::{admonition} Developers To Do:
-
Support for HIP platforms
-
Support vectorization using NEON intrinsics
:::
This diff is collapsed.
Click to expand it.
docs/source/user_manual/reductions.md
+
0
−
5
View file @
21df6f4b
...
@@ -122,8 +122,3 @@ Since our reduction result is a single scalar value, it is sufficient to set up
...
@@ -122,8 +122,3 @@ Since our reduction result is a single scalar value, it is sufficient to set up
For GPU platforms, the concepts remain the same but the fields and the write-back pointer now require device memory,
For GPU platforms, the concepts remain the same but the fields and the write-back pointer now require device memory,
i.e. instances of {any}
`cupy.ndarray`
.
i.e. instances of {any}
`cupy.ndarray`
.
:::{admonition} Developers To Do:
-
Support for higher-order data types for reductions, e.g. vector/matrix reductions
:::
This diff is collapsed.
Click to expand it.
Frederik Hennig
@da15siwa
mentioned in commit
4e688b86
·
2 months ago
mentioned in commit
4e688b86
mentioned in commit 4e688b867339c90a6fba3ad12c383d1e59211ed9
Toggle commit list
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