jiashuy
jiashuy
[Fix] a standalone PR to fixup multi-defination issue across multiple source files.
As users want to dump evicted keys when using API find_or_insert(pointer), changes to internal kernels is necessary, and we need to decide the form of interface: 1. Templated member function...
To priority those latest accessed keys, we should update the score when found them in API find_or_insert. Including APIs: - find_or_insert(at least 3 kernels) - find_or_insert_ptr(at least 1 kernel). We...
## Description ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/rapids-repo-template/blob/HEAD/CONTRIBUTING.md). - [x] New or existing tests cover these changes. - [x] The documentation is up to date...
## Description ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/rapids-repo-template/blob/HEAD/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [ ] The documentation is...
**Is your feature request related to a problem? Please describe.** Only the initial capacity is provided, not the max_capacity. If there is enough memory, the size of the table can...
## Description ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/rapids-repo-template/blob/HEAD/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [ ] The documentation is...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I wish I could use recsys-examples to do [...]...
**Describe the bug** Tests of incremantal dump will accidentally failed on the LFU specificaction **Steps/Code to reproduce bug** **Expected behavior** LFU Test passed in incremental dump tests **Environment details (please...
**Describe the bug** We solved the LFU bug for EmbeddingCollection's forward and backward. But has some remain works for EmbeddingBagCollection and Prefetch. **Steps/Code to reproduce bug** **Expected behavior** - Fix...