Browse Source

Increase BUFFER_SIZE to match GEMM parameters

pull/2961/head
Martin Kroeker GitHub 5 years ago
parent
commit
d244b271c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common_sparc.h

+ 1
- 1
common_sparc.h View File

@@ -221,7 +221,7 @@ REALNAME:;
#define SEEK_ADDRESS
#endif

#define BUFFER_SIZE (32 << 20)
#define BUFFER_SIZE (32 << 21)

#ifndef PAGESIZE
#define PAGESIZE ( 8 << 10)


Loading…
Cancel
Save