Browse Source

Add files via upload

tags/v0.3.8^2
wjc404 GitHub 6 years ago
parent
commit
ae43b75a6a
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
      param.h

+ 1
- 1
param.h View File

@@ -1696,7 +1696,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define ZGEMM_DEFAULT_P 256 #define ZGEMM_DEFAULT_P 256


#ifdef WINDOWS_ABI #ifdef WINDOWS_ABI
#define SGEMM_DEFAULT_Q 320
#define SGEMM_DEFAULT_Q 192
#define DGEMM_DEFAULT_Q 128 #define DGEMM_DEFAULT_Q 128
#else #else
#define SGEMM_DEFAULT_Q 192 #define SGEMM_DEFAULT_Q 192


Loading…
Cancel
Save