Skip to content

Use HBM for cache to allow larger nx1. VL2 to RK2 #516

Use HBM for cache to allow larger nx1. VL2 to RK2

Use HBM for cache to allow larger nx1. VL2 to RK2 #516

name: Check Formatting
on: push
jobs:
check-formatting:
name: Check Python and C++ Formatting
runs-on: ubuntu-latest
steps:
- uses: pgrete/cpp-py-formatter/[email protected]
with:
clangFormatVersion: 11
token: ${{ secrets.GITHUB_TOKEN }}