Skip to content

Add Phoenix Quadro RTX6000 CUDA CC 75 (#711) #1512

Add Phoenix Quadro RTX6000 CUDA CC 75 (#711)

Add Phoenix Quadro RTX6000 CUDA CC 75 (#711) #1512

Workflow file for this run

name: Pretty
on: [push, pull_request, workflow_dispatch]
jobs:
docs:
name: Code formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: |
./mfc.sh format -j $(nproc)
git diff --exit-code