Created
August 13, 2025 18:10
-
-
Save mdboom/4a5152e4ab247f2d5a662a7bd1c1883d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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