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
Update azure-pipelines.yml
pull/3308/head
Martin Kroeker
GitHub
4 years ago
parent
6b14d6e715
commit
68d8c8c0cb
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
azure-pipelines.yml
+ 3
- 3
azure-pipelines.yml
View File
@@ -80,7 +80,7 @@ jobs:
pool:
vmImage: 'macOS-10.15'
variables:
OPENBLAS_VERBOSE:
1
OPENBLAS_VERBOSE:
2
steps:
- script: |
brew update
@@ -93,8 +93,8 @@ jobs:
steps:
- script: |
brew update
make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 DEBUG=1 NO_AVX512=1
make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 DEBUG=1 NO_AVX512=1 lapack-test
make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 DEBUG=1 NO_AVX512=1
NO_AVX2=1
make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 DEBUG=1 NO_AVX512=1
NO_AVX2=1
lapack-test
- job: OSX_OpenMP_Clang
pool:
Write
Preview
Loading…
Cancel
Save