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 template for ?laswp_(plus,minus) and add DYNAMIC_ARCH versions
pull/1323/head
Martin Kroeker
GitHub
8 years ago
parent
d5cc12daaa
commit
122f451866
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lapack/CMakeLists.txt
+ 1
- 1
lapack/CMakeLists.txt
View File
@@ -53,7 +53,7 @@ GenerateNamedObjects("laswp/generic/laswp_k_4.c" "MINUS" "laswp_minus" false ""
#GenerateNamedObjects("laswp/generic/laswp_k_4.c" "MINUS" "laswp_minus" false "" ${TSUFFIX} false 3)
#endforeach ()
if (
SMP
)
if (
USE_THREAD
)
if (USE_OPENMP)
set(GETRF_SRC getrf/getrf_parallel_omp.c)
Write
Preview
Loading…
Cancel
Save