Skip to content

Use pinned host memory for block input data #1338

Use pinned host memory for block input data

Use pinned host memory for block input data #1338

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v5
- name: Setup Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run black
uses: psf/black@stable