ROCm / ROCm/AMDMIGraphX

Allow spilling to host memory in memory coloring

Open
#1,629 3 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.