This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
loongarch64: Fixed utest fork:safety
pull/4710/head
gxw
2 years ago
parent
995cbcf0e4
commit
b0d990a1d3
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
kernel/loongarch64/dgemm_ncopy_16.S
+2
-0
kernel/loongarch64/dgemm_ncopy_8_lsx.S
+ 2
- 0
kernel/loongarch64/dgemm_ncopy_16.S
View File
@@ -655,6 +655,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
addi.d TD, TD, 0x10
.L_N1:
andi J, N, 0x01
beq ZERO, J, .L_N0
move S1, TS
beq ZERO, M, .L_N0
+ 2
- 0
kernel/loongarch64/dgemm_ncopy_8_lsx.S
View File
@@ -268,6 +268,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
addi.d S2, S2, 0x08
addi.d TD, TD, 0x10
.L_N1:
andi J, N, 0x01
beq ZERO, J, .L_N0
move S1, TS
beq ZERO, M, .L_N0
.L_M1:
Write
Preview
Loading…
Cancel
Save