Starter workspace for the FlashInfer competition. It contains problem definitions, workloads, reference code, and task-specific solution areas for local development.
definitions/: task specs grouped by problem family.workloads/: input workloads used for testing and evaluation.gdn_decode/andgdn_prefill/: main working directories with scripts andsolution/code.reference_solutions/: baseline implementations.docker/: container image definition..devcontainer/: VS Code Dev Container configuration.other/: small examples and experiments.
This repo is configured for VS Code Dev Containers.
- Install Docker with NVIDIA GPU support.
- Open this folder in VS Code.
- Run
Dev Containers: Reopen in Container.
The container is configured in .devcontainer/devcontainer.json and builds from docker/Dockerfile.
For a local Python workflow instead of Docker:
uv venv
uv pip install -r requirements.txt