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 June 5, 2023 11:44
A CUDA memory profiler for pytorch
'''
Memory profiling utilities
'''
import gc
import inspect
import linecache
import os.path
import sys
import time
import threading