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
remove outdated building example scripts
pull/2032/head
Andrew
7 years ago
parent
ba89f3ee9c
commit
ee7a0c27d4
4 changed files
with
0 additions
and
14 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
quickbuild.32bit
+0
-3
quickbuild.64bit
+0
-4
quickbuild.win32
+0
-4
quickbuild.win64
+ 0
- 3
quickbuild.32bit
View File
@@ -1,3 +0,0 @@
#!/bin/bash
make -j 2 BINARY=32
+ 0
- 3
quickbuild.64bit
View File
@@ -1,3 +0,0 @@
#!/bin/bash
make BINARY=64
+ 0
- 4
quickbuild.win32
View File
@@ -1,4 +0,0 @@
#!/bin/bash
echo " Please read https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio "
make BINARY=32 CC=gcc FC=gfortran
+ 0
- 4
quickbuild.win64
View File
@@ -1,4 +0,0 @@
#!/bin/bash
echo " Please read https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio "
make BINARY=64 CC=gcc FC=gfortran
Write
Preview
Loading…
Cancel
Save