Browse Source

Add a POWER9 build with BFLOAT16 enabled

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
2ae8785603
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      .travis.yml

+ 17
- 0
.travis.yml View File

@@ -104,6 +104,23 @@ matrix:
# for matrix annotation only # for matrix annotation only
- TARGET_BOX=PPC64LE_LINUX_P9 - TARGET_BOX=PPC64LE_LINUX_P9


- os: linux
arch: ppc64le
dist: bionic
compiler: gcc
before_script:
- sudo add-apt-repository 'ppa:ubuntu-toolchain-r/test' -y
- sudo apt-get update
- sudo apt-get install gcc-9 gfortran-9 -y
script:
- make QUIET_MAKE=1 BUILD_BFLOAT16=1 BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9
- make -C test $COMMON_FLAGS $BTYPE
- make -C ctest $COMMON_FLAGS $BTYPE
- make -C utest $COMMON_FLAGS $BTYPE
env:
# for matrix annotation only
- TARGET_BOX=PPC64LE_LINUX_P9

- os: linux - os: linux
compiler: gcc compiler: gcc
addons: addons:


Loading…
Cancel
Save