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.