Skip to content

Instantly share code, notes, and snippets.

View teju85's full-sized avatar

Thejaswi. N. S teju85

View GitHub Profile
@teju85
teju85 / nvcc-time-analyzer.py
Created July 23, 2024 13:04
Analyze the output "nvcc -time ..."
#!/usr/bin/env python
import argparse
import pandas as pd
TO_MS = {
" s" : 1000,
" ms" : 1,
" us" : 0.001,
" ns" : 0.000001,
@teju85
teju85 / ball-launcher.org
Last active March 13, 2025 21:59
Notes I'm preparing while trying to build a squash ball launcher machine

Shopping List (aka Bill of Materials aka BoM)