Skip to content

Instantly share code, notes, and snippets.

@mdboom
Created August 13, 2025 18:10
Show Gist options
  • Save mdboom/4a5152e4ab247f2d5a662a7bd1c1883d to your computer and use it in GitHub Desktop.
Save mdboom/4a5152e4ab247f2d5a662a7bd1c1883d to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
import sys
import pyperf
runner = pyperf.Runner()
runner.bench_command('cuda.bindings.nvrtc import', [sys.executable, '-c', 'import cuda.bindings.nvrtc'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment