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
Correct DGEMM_UNROLL_M value for A53 in cross-compile
tags/v0.3.22^2
Martin Kroeker
GitHub
3 years ago
parent
fe5d3ca8e0
commit
50c263716e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
cmake/prebuild.cmake
+ 4
- 0
cmake/prebuild.cmake
View File
@@ -886,7 +886,11 @@ else ()
set(SGEMM_UNROLL_M 8)
set(SGEMM_UNROLL_N 8)
endif ()
if ("${TCORE}" STREQUAL "CORTEXA53")
set(DGEMM_UNROLL_M 4)
else ()
set(DGEMM_UNROLL_M 8)
endif ()
set(DGEMM_UNROLL_N 4)
set(CGEMM_UNROLL_M 8)
set(CGEMM_UNROLL_N 4)
Write
Preview
Loading…
Cancel
Save