Skip to content

Fix buffer overread in aarch64 bitpacking test (#851) #456

Fix buffer overread in aarch64 bitpacking test (#851)

Fix buffer overread in aarch64 bitpacking test (#851) #456

Workflow file for this run

name: Release Notes
on:
push:
branches:
- main
jobs:
update_draft_release:
if: github.repository == 'larq/compute-engine'
runs-on: ubuntu-latest
steps:
- uses: toolmantim/release-drafter@v6.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}