Browse Source

sbgemm: spr: enlarge P to 256 for performance

tags/v0.3.19
Wangyang Guo 4 years ago
parent
commit
7b2f5cb3b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      param.h

+ 1
- 1
param.h View File

@@ -1781,7 +1781,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// But for AMX, they are not the same, set UNROLL_M = 32 to workaround
#define SBGEMM_DEFAULT_UNROLL_N 16
#define SBGEMM_DEFAULT_UNROLL_M 32
#define SBGEMM_DEFAULT_P 192
#define SBGEMM_DEFAULT_P 256
#define SBGEMM_DEFAULT_Q 1024
#define SBGEMM_DEFAULT_R sbgemm_r



Loading…
Cancel
Save