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
Add flang-new
pull/4119/head
Martin Kroeker
GitHub
3 years ago
parent
4d0b7fbec0
commit
f46ead2c24
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
.cirrus.yml
+ 11
- 0
.cirrus.yml
View File
@@ -118,6 +118,17 @@ task:
compile_script:
- make USE_OPENMP=1
task:
name: NeoverseN1-flang-new
arm_container:
image: node:latest
cpu: 8
compile_script:
- wget https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/clang+llvm-16.0.0-aarch64-linux-gnu.tar.xz
- cd /opt
- sudo tar Jxvf ~/clang+llvm-16.0.0-aarch64-linux-gnu.tar.xz
- make CC=/opt/clang+llvm-16.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/clang FC=/opt/clang+llvm-16.0.0-aarch64-linux-gnu/bin/flang-new
FreeBSD_task:
name: FreeBSD-gcc12
freebsd_instance:
Write
Preview
Loading…
Cancel
Save