From 21df6f4b5915134b537c20398b8bdeec00b6b28e Mon Sep 17 00:00:00 2001 From: zy69guqi <richard.angersbach@fau.de> Date: Wed, 23 Apr 2025 10:57:43 +0200 Subject: [PATCH] Omit admonitions from docs --- docs/source/backend/reduction_codegen.md | 6 ------ docs/source/user_manual/reductions.md | 5 ----- 2 files changed, 11 deletions(-) diff --git a/docs/source/backend/reduction_codegen.md b/docs/source/backend/reduction_codegen.md index 360c69256..f08fa980a 100644 --- a/docs/source/backend/reduction_codegen.md +++ b/docs/source/backend/reduction_codegen.md @@ -114,9 +114,3 @@ You can find more detailed information about warp size alignment in {ref}`gpu_co ps.inspect(kernel_gpu_opt) ``` -:::{admonition} Developers To Do: - -- Support for HIP platforms -- Support vectorization using NEON intrinsics -::: - diff --git a/docs/source/user_manual/reductions.md b/docs/source/user_manual/reductions.md index 6af0e8580..0b0c04279 100644 --- a/docs/source/user_manual/reductions.md +++ b/docs/source/user_manual/reductions.md @@ -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, i.e. instances of {any}`cupy.ndarray`. - -:::{admonition} Developers To Do: - -- Support for higher-order data types for reductions, e.g. vector/matrix reductions -::: -- GitLab