From a356d8d30e2b7cd20c58e84c0be9223d6ffb7e14 Mon Sep 17 00:00:00 2001 From: "Abdelrahman Fathy (Tee)" Date: Tue, 15 Oct 2024 22:20:05 +0200 Subject: [PATCH] fix precommit --- docs/src/literate-tutorials/gpu_qp_heat_equation.jl | 1 - src/GPU/GPUKernelLauncher.jl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/literate-tutorials/gpu_qp_heat_equation.jl b/docs/src/literate-tutorials/gpu_qp_heat_equation.jl index 271d9d8a9c..1c5e7bda4d 100644 --- a/docs/src/literate-tutorials/gpu_qp_heat_equation.jl +++ b/docs/src/literate-tutorials/gpu_qp_heat_equation.jl @@ -160,4 +160,3 @@ stassy(cv,dh) = assemble_global!(cv,dh,Val(false)) ## norm(Kgpu) Kstd , Fstd = stassy(cellvalues,dh); norm(Kstd) - diff --git a/src/GPU/GPUKernelLauncher.jl b/src/GPU/GPUKernelLauncher.jl index c5a8880f6c..777fed3a31 100644 --- a/src/GPU/GPUKernelLauncher.jl +++ b/src/GPU/GPUKernelLauncher.jl @@ -1,4 +1,4 @@ -#= +#= This file defines the interface between the GPU backend (extension) and the Ferrite package. It provides abstract types, function signatures, and concrete types for managing GPU kernels and backends, serving as a foundation for GPU-accelerated computations.