Commit 88c6058
Support no eviction in Feature score eviction policy (meta-pytorch#3488)
Summary:
X-link: pytorch/FBGEMM#5059
Pull Request resolved: meta-pytorch#3488
X-link: https://github.com/facebookresearch/FBGEMM/pull/2068
As title
If one table is using feature score eviction in one tbe, then all tables in this tbe need to use the same policy. Feature score eviction can support ttl based eviction now. This diff is adding support no eviction in feature score eviction policy.
Reviewed By: emlin
Differential Revision: D84660528
fbshipit-source-id: 28d85126da30b2c357c7f99b6535be381a76f2ce1 parent 0898642 commit 88c6058
File tree
2 files changed
+10
-0
lines changed- torchrec
- distributed
- modules
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
357 | 360 | | |
358 | 361 | | |
359 | 362 | | |
| |||
398 | 401 | | |
399 | 402 | | |
400 | 403 | | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
401 | 407 | | |
402 | 408 | | |
403 | 409 | | |
| |||
459 | 465 | | |
460 | 466 | | |
461 | 467 | | |
| 468 | + | |
462 | 469 | | |
463 | 470 | | |
464 | 471 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
246 | 249 | | |
247 | 250 | | |
248 | 251 | | |
| |||
0 commit comments