Skip to content

Instantly share code, notes, and snippets.

View honglu2875's full-sized avatar

Honglu Fan honglu2875

View GitHub Profile
@dojoteef
dojoteef / profile.py
Last active April 8, 2025 07:50
A CUDA memory profiler for pytorch
'''
Memory profiling utilities
'''
import gc
import inspect
import linecache
import os.path
import sys
import time
import threading