Clarify alignment requirements
Open
cub
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
Currently, we rely on `AliasTemporaries` to adjust alignment for allocations in temporary storage, so that proper temporary storage alignment should not be ensured on the user side. This is not documented nor tested, so it's easy to break or introduce new functionality without these guarantees.
We should add tests and document alignment policy for temporary storage.
Contributor guide
Assessment
This issue has not been assessed yet.