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
utest requires the CBLAS interface
pull/3656/head
Martin Kroeker
GitHub
4 years ago
parent
d87e72b951
commit
50506b8e2e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+ 2
- 0
Makefile
View File
@@ -150,7 +150,9 @@ ifndef NO_FBLAS
$(MAKE) -C test all
$(MAKE) -C test all
endif
endif
endif
endif
ifneq ($(ONLY_CBLAS), 1)
$(MAKE) -C utest all
$(MAKE) -C utest all
endif
ifneq ($(NO_CBLAS), 1)
ifneq ($(NO_CBLAS), 1)
$(MAKE) -C ctest all
$(MAKE) -C ctest all
ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
Write
Preview
Loading…
Cancel
Save