Allow spilling to host memory in memory coloring
Open
@pfultz2 is already working on this.
Since Mar 17, 2023.
- Dominant language
- C++
- Stars
- 333
- Forks
- 150
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 54
Description
Memory coloring currently assumes no limits on GPU memory and allocates as much space as necessary without checking for limit on it.
Allow spilling to host memory if it goes beyond GPU memory.
This is useful for other backends like FPGA as well.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.