Skip to content

Commit af6f7bf

Browse files
jiayulufacebook-github-bot
authored andcommitted
enable KEY_VALUE kernel in ManagedCollisionEmbeddingCollectionSharder (#3308)
Summary: Pull Request resolved: #3308 add `KEY_VALUE` kernel in `ManagedCollisionEmbeddingCollectionSharder` Reviewed By: iamzainhuda Differential Revision: D80717266 fbshipit-source-id: 5fb405bf991dc3935ab313c9865463696cb2b1a4
1 parent 3006947 commit af6f7bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchrec/distributed/mc_embedding_modules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def compute_kernels(
303303
EmbeddingComputeKernel.FUSED.value,
304304
EmbeddingComputeKernel.FUSED_UVM_CACHING.value,
305305
EmbeddingComputeKernel.FUSED_UVM.value,
306+
EmbeddingComputeKernel.KEY_VALUE.value,
306307
]
307308

308309
def sharding_types(self, compute_device_type: str) -> List[str]:

0 commit comments

Comments
 (0)