This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Also enable BFLOAT16 for make cirun
pull/5362/head
Chris Sidebottom
2 months ago
parent
eaaa628af2
commit
46b9b7a080
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/arm64_graviton.yml
+ 1
- 1
.github/workflows/arm64_graviton.yml
View File
@@ -88,7 +88,7 @@ jobs:
run: |
run: |
case "${{ matrix.build }}" in
case "${{ matrix.build }}" in
"make")
"make")
make -j$(nproc) DYNAMIC_ARCH=1 USE_OPENMP=0 FC="ccache ${{ matrix.fortran }}"
make -j$(nproc) DYNAMIC_ARCH=1
BUILD_BFLOAT16=1
USE_OPENMP=0 FC="ccache ${{ matrix.fortran }}"
;;
;;
"cmake")
"cmake")
mkdir build && cd build
mkdir build && cd build
Write
Preview
Loading…
Cancel
Save