Browse Source

Tuning mb, kb, nb size to get the best performance.

tags/v0.1.0^2
traz 14 years ago
parent
commit
74a3f63489
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      param.h

+ 1
- 1
param.h View File

@@ -1497,7 +1497,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define CGEMM_DEFAULT_P 64 #define CGEMM_DEFAULT_P 64
#define ZGEMM_DEFAULT_P 32 #define ZGEMM_DEFAULT_P 32


#define SGEMM_DEFAULT_Q 128
#define SGEMM_DEFAULT_Q 192
#define DGEMM_DEFAULT_Q 112 #define DGEMM_DEFAULT_Q 112
#define CGEMM_DEFAULT_Q 100 #define CGEMM_DEFAULT_Q 100
#define ZGEMM_DEFAULT_Q 80 #define ZGEMM_DEFAULT_Q 80


Loading…
Cancel
Save