Commit e0e56ed
Move internal enrichment files to fb/ for OSS exclusion (#5541)
Summary:
Pull Request resolved: #5541
X-link: https://github.com/facebookresearch/FBGEMM/pull/2508
CONTEXT: Several enrichment files in dram_kv_embedding_cache depend on
internal Meta APIs (opentab, maple, laser, servicerouter, feature_store)
but were being synced to the public pytorch/FBGEMM GitHub repo. This
forces anyone changing these internal APIs to go through the GitHub sync
process unnecessarily, since these files are dead code in OSS.
WHAT: Move 6 internal-only enrichment files from src/dram_kv_embedding_cache/
to fb/src/dram_kv_embedding_cache/ so they are excluded from OSS sync.
Update all #include paths and BUCK target references accordingly.
Files moved:
- oneflow_enrichment.cpp (depends on opentab/maple)
- oneflow_enrichment.h
- opentab_backend_registry.h
- feature_store_enrichment.cpp (depends on servicerouter/feature_store)
- feature_store_enrichment.h
- igr_enrichment.h (depends on laser)
Reviewed By: emlin
Differential Revision: D98357970
fbshipit-source-id: 0426f86bc98bd9ba3d41f5e81736aa43691a3eed1 parent 642784f commit e0e56ed
7 files changed
Lines changed: 3 additions & 1126 deletions
File tree
- fbgemm_gpu/src/dram_kv_embedding_cache
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | | - | |
37 | 39 | | |
38 | | - | |
39 | | - | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
Lines changed: 0 additions & 174 deletions
This file was deleted.
Lines changed: 0 additions & 25 deletions
This file was deleted.
0 commit comments