This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Fix building of bgemm tests on GEMM3M-capable (x86) targets
pull/5406/head
Martin Kroeker
GitHub
2 months ago
parent
a5e7c0e3e0
commit
b66a01f909
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/Makefile
+ 1
- 1
test/Makefile
View File
@@ -242,7 +242,7 @@ endif
ifeq ($(SUPPORT_GEMM3M),1)
level3: $(B3) $(S3) $(D3) $(C3) $(Z3) level3_3m
level3: $(B
F3) $(B
3) $(S3) $(D3) $(C3) $(Z3) level3_3m
else
level3: $(BF3) $(B3) $(S3) $(D3) $(C3) $(Z3)
endif
Write
Preview
Loading…
Cancel
Save