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
Merge
8450c13fb1
into
06c09deee9
pull/1752/merge
Sacha
GitHub
5 months ago
parent
06c09deee9
8450c13fb1
commit
d2ae5fe70f
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
cmake/system.cmake
+ 4
- 0
cmake/system.cmake
View File
@@ -40,6 +40,10 @@ if(CMAKE_CROSSCOMPILING AND NOT DEFINED TARGET)
set(TARGET "ARMV8")
elseif(ARM)
set(TARGET "ARMV7") # TODO: Ask compiler which arch this is
elseif(X86_64)
set(TARGET "PENRYN")
elseif(X86)
set(TARGET "CORE2")
else()
message(FATAL_ERROR "When cross compiling, a TARGET is required.")
endif()
Write
Preview
Loading…
Cancel
Save