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
MAINT: Add version to symbols
pull/4832/head
Rohit Goswami
Mateusz Sokół
1 year ago
parent
dc0d1fa4c8
commit
9f616c5991
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
meson.build
+ 2
- 1
meson.build
View File
@@ -27,7 +27,8 @@ fc_id = fc.get_id()
# Common args
_args = []
_cargs = ['-DMAX_PARALLEL_NUMBER=1']
# TODO(rg): Max parallel number should be conditional
_cargs = ['-DMAX_PARALLEL_NUMBER=1', f'-DVERSION=@openblas_version@']
_fargs = []
# System configuration
Write
Preview
Loading…
Cancel
Save