Skip to content
Snippets Groups Projects
Commit 21df6f4b authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Omit admonitions from docs

parent a2060520
No related branches found
No related tags found
1 merge request!438Reduction Support
...@@ -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
:::
...@@ -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
:::
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment