added optimizations for steamroller
This commit is contained in:
@@ -448,9 +448,9 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#if defined(ARCH_X86_64)
|
||||
#define SGEMM_DEFAULT_P 768
|
||||
#define DGEMM_DEFAULT_P 768
|
||||
#define ZGEMM_DEFAULT_P 384
|
||||
#define CGEMM_DEFAULT_P 768
|
||||
#define DGEMM_DEFAULT_P 576
|
||||
#define ZGEMM_DEFAULT_P 288
|
||||
#define CGEMM_DEFAULT_P 576
|
||||
#else
|
||||
#define SGEMM_DEFAULT_P 448
|
||||
#define DGEMM_DEFAULT_P 480
|
||||
@@ -462,9 +462,9 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#if defined(ARCH_X86_64)
|
||||
#define SGEMM_DEFAULT_Q 192
|
||||
#define DGEMM_DEFAULT_Q 168
|
||||
#define ZGEMM_DEFAULT_Q 168
|
||||
#define CGEMM_DEFAULT_Q 168
|
||||
#define DGEMM_DEFAULT_Q 160
|
||||
#define ZGEMM_DEFAULT_Q 160
|
||||
#define CGEMM_DEFAULT_Q 160
|
||||
#else
|
||||
#define SGEMM_DEFAULT_Q 224
|
||||
#define DGEMM_DEFAULT_Q 224
|
||||
|
||||
Reference in New Issue
Block a user