Skip to content

ledger: 35B gate confirmed 0.976x (3x, tight); FA-2 sm_121a drop-in i… #326

ledger: 35B gate confirmed 0.976x (3x, tight); FA-2 sm_121a drop-in i…

ledger: 35B gate confirmed 0.976x (3x, tight); FA-2 sm_121a drop-in i… #326

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
build-test-cpu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure
run: cmake -S . -B build -DVLLM_CPP_BUILD_TESTS=ON
- name: Build
run: cmake --build build -j
- name: Test
run: ctest --test-dir build --output-on-failure