Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP,Testing] Check DNRM2 kernel on non-Apple ARM64 #4584

Closed
wants to merge 7 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,20 @@ task:
path: "*conf*"
type: text/plain


task:
name: NeoverseN1
name: Neoverse-pthreads
arm_container:
image: node:latest
compile_script:
- apt-get update
- apt install -y gfortran
- make
- wget https://gist.github.com/martin-frbg/7790c2cd10f4a56fefd7bb8a8309113f/raw/442dddacd1392c5f43ae7f70d6e315331fa5be49/issue4583.cpp
- g++ -I. -Ilapack-netlib/LAPACKE/include issue4583.cpp libopenblas.a -lgfortran -o issue4583
- ./issue4583

task:
task:
name: NeoverseN1-ILP64
arm_container:
image: node:latest
Expand All @@ -125,7 +131,7 @@ task:
name: NeoverseN1-OMP
arm_container:
image: node:latest
cpu: 8
cpu: 4
compile_script:
- make USE_OPENMP=1

Expand Down
Loading