Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelrahman912 committed Oct 15, 2024
1 parent ea83925 commit a356d8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/literate-tutorials/gpu_qp_heat_equation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@ stassy(cv,dh) = assemble_global!(cv,dh,Val(false))
## norm(Kgpu)
Kstd , Fstd = stassy(cellvalues,dh);
norm(Kstd)

2 changes: 1 addition & 1 deletion src/GPU/GPUKernelLauncher.jl
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a356d8d

Please sign in to comment.