Skip to content

Commit 45786b0

Browse files
committed
Merge branch 'develop' into risc-v
2 parents a3cac9c + 10b0428 commit 45786b0

File tree

727 files changed

+101413
-6842
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

727 files changed

+101413
-6842
lines changed

.drone.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,27 @@ steps:
190190
- make -C ctest $COMMON_FLAGS
191191
- make -C utest $COMMON_FLAGS
192192
- make -C cpp_thread_test dgemm_tester
193+
---
194+
kind: pipeline
195+
name: arm64_gcc10
196+
197+
platform:
198+
os: linux
199+
arch: arm64
200+
201+
steps:
202+
- name: Build and Test
203+
image: ubuntu:20.04
204+
environment:
205+
CC: gcc-10
206+
FC: gfortran-10
207+
COMMON_FLAGS: 'TARGET=ARMV8 DYNAMIC_ARCH=1'
208+
commands:
209+
- echo "MAKE_FLAGS:= $COMMON_FLAGS"
210+
- apt-get update -y
211+
- apt-get install -y make $CC gfortran-10 perl python g++
212+
- $CC --version
213+
- make QUIET_MAKE=1 $COMMON_FLAGS
214+
- make -C utest $COMMON_FLAGS
215+
- make -C test $COMMON_FLAGS
216+

.github/workflows/nightly-Homebrew-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Update Homebrew
4444
if: github.event_name != 'pull_request'
4545
run: brew update || true
46-
46+
4747
- name: Install prerequisites
4848
run: brew install --fetch-HEAD --HEAD --only-dependencies --keep-tmp openblas
4949

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,7 @@ build.*
8989
*.swp
9090
benchmark/*.goto
9191
benchmark/smallscaling
92+
.vscode
9293
CMakeCache.txt
9394
CMakeFiles/*
95+
.vscode

0 commit comments

Comments
 (0)