File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2399,6 +2399,9 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2399
2399
#define GEMM_DEFAULT_OFFSET_B 65536
2400
2400
#define GEMM_DEFAULT_ALIGN 0x0ffffUL
2401
2401
2402
+ #define SWITCH_RATIO 16
2403
+ #define GEMM_PREFERED_SIZE 16
2404
+
2402
2405
#define SGEMM_DEFAULT_UNROLL_M 16
2403
2406
#define SGEMM_DEFAULT_UNROLL_N 8
2404
2407
#define DGEMM_DEFAULT_UNROLL_M 16
@@ -2435,6 +2438,9 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2435
2438
#define GEMM_DEFAULT_OFFSET_B 65536
2436
2439
#define GEMM_DEFAULT_ALIGN 0x0ffffUL
2437
2440
2441
+ #define SWITCH_RATIO 16
2442
+ #define GEMM_PREFERED_SIZE 16
2443
+
2438
2444
#define SGEMM_DEFAULT_UNROLL_M 16
2439
2445
#define SGEMM_DEFAULT_UNROLL_N 8
2440
2446
#define DGEMM_DEFAULT_UNROLL_M 8
You can’t perform that action at this time.
0 commit comments