Skip to content

Add AttentionDescriptor+Parameters and still passes. #34

Add AttentionDescriptor+Parameters and still passes.

Add AttentionDescriptor+Parameters and still passes. #34

Workflow file for this run

name: analyze
on:
push:
branches:
- unstable
jobs:
build:
runs-on: rtx6000-4x
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: configure
run: |
cd lib && ./configure --enable-sm80 --disable-openmp && cd ..
- name: analyze
run: |
cd lib && scan-build -o ../_analyze --use-cc clang make -j 64
- name: upload report
run: |
cd _analyze
FILE=$(ls)
mv $FILE /var/www/public_html/analyze/$FILE
echo "View [$FILE](https://ci.libccv.org/analyze/$FILE)" >> $GITHUB_STEP_SUMMARY