warp-compile-time-optimizer

Installation
SKILL.md

Warp cold-start compile time

Start with a runnable command

The probe runs the target in a subprocess, writes only to temporary directories, and needs no network, external tool servers, or Warp checkout.

Script Purpose Arguments
scripts/warp_compile_probe.py Measure isolated cold/warm compilation and launches. measure [OPTIONS] -- COMMAND...; use --help.

Use run_script("scripts/warp_compile_probe.py", args=[...]) when supported; otherwise use the Python command below. The target must run to completion.

Compilation model

Warp compiles modules, not individual kernels. A module's identity is:

Installs
1
Repository
nvidia/warp
GitHub Stars
7.0K
First Seen
1 day ago
warp-compile-time-optimizer — nvidia/warp