Skip to content

Commit

Permalink
Change maximal n_c
Browse files Browse the repository at this point in the history
  • Loading branch information
kliegeois committed Jul 8, 2019
1 parent c6a03f6 commit 09318e0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

#define Sacado_MP_Vector_GEMV_Tile_Size(size) \
{ \
(size==32*8 ? 512 : \
(size==24*8 ? 682 : \
(size==16*8 ? 1024 : \
(size==8*8 ? 2048 : \
(size==32*8 ? 704 : \
(size==24*8 ? 938 : \
(size==16*8 ? 1408 : \
(size==8*8 ? 2816 : \
2048 )))) \
}

Expand Down

0 comments on commit 09318e0

Please sign in to comment.