Skip to content

Commit

Permalink
add ssd IO/mem stats monitoring
Browse files Browse the repository at this point in the history
Summary:
add following metrics

1. rocksdb dram mem stats
2. rocksdb io performance duration
3. prefetch duration

Differential Revision: D60413462
  • Loading branch information
duduyi2013 authored and facebook-github-bot committed Jul 29, 2024
1 parent 5ddb831 commit e29df9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def _load_split_embedding_weights(
weight,
torch.as_tensor([height]),
table_id,
False, # is_bwd
)
cum_sum += height

Expand Down

0 comments on commit e29df9d

Please sign in to comment.