Browse Source

Update param.h

tags/v0.3.10^2
wjc404 GitHub 6 years ago
parent
commit
64daad4365
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      param.h

+ 2
- 2
param.h View File

@@ -1700,12 +1700,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#else

#define SGEMM_DEFAULT_P 640
#define SGEMM_DEFAULT_P 448
#define DGEMM_DEFAULT_P 192
#define CGEMM_DEFAULT_P 384
#define ZGEMM_DEFAULT_P 256

#define SGEMM_DEFAULT_Q 320
#define SGEMM_DEFAULT_Q 448
#define DGEMM_DEFAULT_Q 384
#define CGEMM_DEFAULT_Q 192
#define ZGEMM_DEFAULT_Q 128


Loading…
Cancel
Save