Try predefining GEMM_R for POWER8
This commit is contained in:
parent
188e9239a4
commit
66caf61a2c
5
param.h
5
param.h
|
@ -2239,6 +2239,11 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#define CGEMM_DEFAULT_Q 640
|
#define CGEMM_DEFAULT_Q 640
|
||||||
#define ZGEMM_DEFAULT_Q 640
|
#define ZGEMM_DEFAULT_Q 640
|
||||||
|
|
||||||
|
#define SGEMM_DEFAULT_R SGEMM_DEFAULT_P
|
||||||
|
#define DGEMM_DEFAULT_R DGEMM_DEFAULT_P
|
||||||
|
#define CGEMM_DEFAULT_R CGEMM_DEFAULT_P
|
||||||
|
#define ZGEMM_DEFAULT_R ZGEMM_DEFAULT_P
|
||||||
|
|
||||||
#define SYMV_P 8
|
#define SYMV_P 8
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue