Skip to content

gpu - pad out elem loop for shared/gen #1092

gpu - pad out elem loop for shared/gen

gpu - pad out elem loop for shared/gen #1092

name: ARM
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-24.04-arm]
compiler: [gcc, clang]
runs-on: ${{ matrix.os }}
steps:
- name: Environment setup
uses: actions/checkout@v5
- name: Build and test libCEED
env:
CC: ${{ matrix.compiler }}
FC: gfortran
run: |
make info
make -j
make prove -j