Skip to content

Commit

Permalink
Merge pull request #1996 from quickwritereader/develop
Browse files Browse the repository at this point in the history
NBMAX=4096 for gemvn, added sgemvn 8x8 for future
  • Loading branch information
martin-frbg authored Feb 4, 2019
2 parents f9c5023 + 498ac98 commit 729e925
Show file tree
Hide file tree
Showing 3 changed files with 522 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/power/sgemv_n.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include "common.h"

#define NBMAX 2048
#define NBMAX 4096

static void sgemv_kernel_4x8(BLASLONG n, FLOAT **ap, FLOAT *xo, FLOAT *y, BLASLONG lda4, FLOAT *alpha)
{
Expand Down
Loading

0 comments on commit 729e925

Please sign in to comment.