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
enable cblas interfaces to GEMM3M in CMAKE builds
tags/v0.3.10^2
Martin Kroeker
GitHub
5 years ago
parent
568674477c
commit
2db5178e2d
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
interface/CMakeLists.txt
+ 1
- 1
interface/CMakeLists.txt
View File
@@ -115,7 +115,7 @@ foreach (float_type ${FLOAT_TYPES})
GenerateNamedObjects("syr2k.c" "HEMM" "her2k" ${CBLAS_FLAG} "" "" false ${float_type})
if (USE_GEMM3M)
GenerateNamedObjects("gemm.c" "GEMM3M" "gemm3m"
false
"" "" false ${float_type})
GenerateNamedObjects("gemm.c" "GEMM3M" "gemm3m"
${CBLAS_FLAG}
"" "" false ${float_type})
endif()
endif ()
if (${float_type} STREQUAL "COMPLEX")
Write
Preview
Loading…
Cancel
Save