From 9b1219516168eaa987d2661a875922569284f8b6 Mon Sep 17 00:00:00 2001 From: Richard Angersbach <richard.angersbach@fau.de> Date: Mon, 17 Mar 2025 14:23:59 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Richard Angersbach <richard.angersbach@fau.de> --- docs/source/backend/gpu_codegen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/backend/gpu_codegen.md b/docs/source/backend/gpu_codegen.md index 0415c12c6..b487edbbb 100644 --- a/docs/source/backend/gpu_codegen.md +++ b/docs/source/backend/gpu_codegen.md @@ -11,7 +11,7 @@ The code generation infrastructure for Nvidia and AMD GPUs using CUDA and HIP co It provides both the {any}`ThreadMapping` for the codegen backend, as well as the launch configuration for the runtime system. -## The CUDA Platform and Thread Mappings +## The GPU Platform and Thread Mappings ```{eval-rst} .. module:: pystencils.backend.platforms.generic_gpu -- GitLab