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: Cleanup and lint a bit
pull/4832/head
Rohit Goswami
Mateusz Sokół
1 year ago
parent
efe87a3f5b
commit
17b164feee
2 changed files
with
7 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
driver/others/meson.build
+7
-1
meson.build
+ 0
- 2
driver/others/meson.build
View File
@@ -72,8 +72,6 @@ endforeach
# Create the static libraries from the configurations
others_libs = []
foreach conf : others_confs
message(conf['name'])
message(conf)
others_libs += [static_library(
conf['name'],
conf['src'],
+ 7
- 1
meson.build
View File
@@ -446,5 +446,11 @@ subdir('driver/others')
subdir('kernel')
_openblas = static_library('openblas',
link_whole: [ _interface, _l2_driver, _l3_driver, _others, _kern ],
link_whole: [
_interface,
_l2_driver,
_l3_driver,
_others,
_kern,
],
install: true)
Write
Preview
Loading…
Cancel
Save