[FEA]: Separate load / store algorithms in scan by key
Open
cub
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
Scan by key is currently using the same load / store algorithm for keys and values:
```cpp
using BlockLoadKeysT = BlockLoad; // <----
using BlockLoadValuesT = BlockLoad; // <----
```
We should allow split tuning of keys / values memory accesses.
Contributor guide
Assessment
This issue has not been assessed yet.