Skip to content

Commit

Permalink
feature(nyz): add basic mem profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Apr 8, 2024
1 parent 7d05491 commit 8a5a998
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 0 deletions.
1 change: 1 addition & 0 deletions ding/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
from .fast_copy import fastcopy
from .bfs_helper import get_vi_sequence
from .normalizer_helper import DatasetNormalizer
from .memory_helper import SimpleMemoryProfiler

if ding.enable_linklink: # False as default
from .linklink_dist_helper import get_rank, get_world_size, dist_mode, dist_init, dist_finalize, \
Expand Down
Loading

0 comments on commit 8a5a998

Please sign in to comment.