Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions torchrec/distributed/batched_embedding_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def _populate_ssd_tbe_params(config: GroupedEmbeddingConfig) -> Dict[str, Any]:
"by max_l1_cache_size, cap at max_cache_sets instead"
)
ssd_tbe_params["cache_sets"] = int(max_cache_sets)
ssd_tbe_params["table_names"] = [table.name for table in config.embedding_tables]

# populate res_params, which is used for raw embedding streaming
# here only populates the params available in fused_params and TBE configs
Expand Down
Loading