Skip to content

Fix the bug the softmax_lse is not the right size. #19

Fix the bug the softmax_lse is not the right size.

Fix the bug the softmax_lse is not the right size. #19

name: raspberrypi-4-unit-tests
on: [push]
jobs:
build:
runs-on: raspberrypi-4
steps:
- uses: actions/checkout@v2
- name: configure & build
run: |
cd lib && ./configure --enable-neon --with-arch=armv7 && cd ..
make -j 4 -C lib
make -j 4 -C bin
make -j 4 -C test
- name: tests
run: |
make -C test test