oneapi-src / oneapi-src/unified-runtime
Creating USM Pools for specific memory types.
@igchor is already working on this.
Since May 19, 2023.
- Dominant language
- C++
- Stars
- 57
- Forks
- 120
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 1
Description
urUSMPoolCreate does not have a method of specifying if a memory pool should be for host, device, or shared memory. Adaptors must return ur_usm_pool_handle_t objects that are capable of working for all memory types and all devices. This forces some extra overhead that would not be needed if adapters knew which type of memory pool was being requested ahead of time.
This could be implemented by either expanding ur_usm_pool_desc_t, or adding a new struct that can be chained to ur_usm_pool_desc_t.
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.