Skip to content

Commit

Permalink
Final code review: fix doxygen error
Browse files Browse the repository at this point in the history
  • Loading branch information
anyzelman committed Jan 7, 2025
1 parent 498538a commit 8a02afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/transition/fuselets.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* operations with `level-2' Sparse BLAS operations. The fused kernels exhibit
* higher performance due to enhanced data reuse. An example of a fuselet is a
* dense vector update, followed by a sparse matrix--vector multiplication,
* finally followed by a dot-product of two dense vectors: #update_spmv_dot.
* finally followed by a dot-product of two dense vectors: #update_spmv_dot_dsu.
*
* The exposed API for the fuselets is standard C. The header may also be safely
* included from standard C++. In standard configuration, ALP builds and
Expand Down

0 comments on commit 8a02afb

Please sign in to comment.