Skip to content

Commit

Permalink
Fixing typo in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-goli committed Mar 11, 2019
1 parent e26e023 commit 4ff78f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/operations/blas3_trees.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ struct Tile {
* @tparam NbcA iff true, avoids bank conflicts when accessing blocks of
* matrix A in local memory (slightly increases local
* memory consumption) - may be useful in combination with TranA
* @tparam NbcA iff true, avoids bank conflicts when accessing blocks of
* @tparam NbcB iff true, avoids bank conflicts when accessing blocks of
* matrix B in local memory (slightly increases local
* memory consumption) - may be useful in combination with TranB
* @tparam ClSize the size of the cache line of the architecture
Expand Down

0 comments on commit 4ff78f4

Please sign in to comment.