WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cpu/aarch64/brgemm/jit_brgemm_kernel.cpp
+11-22Lines changed: 11 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -223,19 +223,6 @@ struct jit_brgemm_kernel_t : public jit_generator_t {
223
223
PReg ld_tail_mask = PReg(3);
224
224
PReg gemv_tail_mask = PReg(4);
225
225
226
-
voidadd_vl_or_imm(XReg dst, XReg src, int offset) {
227
-
// If offset is a multiple of the vector length and
228
-
// offset / vector_length is compatible with addvl
229
-
// use the addvl instruction. Refer to https://developer.arm.com/documentation/ddi0596/2021-03/SVE-Instructions/ADDVL--Add-multiple-of-vector-register-size-to-scalar-register-
// If offset is a multiple of the vector length and
267
+
// offset / vector_length is compatible with addvl
268
+
// use the addvl instruction. Refer to https://developer.arm.com/documentation/ddi0596/2021-03/SVE-Instructions/ADDVL--Add-multiple-of-vector-register-size-to-scalar-register-
0 commit comments