Python API - Hide GPU specific functions
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C++
- Stars
- 333
- Forks
- 150
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 54
Description
- Currently the
allocate_gpu,to_gpu,from_gpuandgpu_syncfunctions are exposed through the python API. - We should make it such that these functions are hidden behind the
target.copy_to()andtarget.copy_from()methods. - It might be possible to also hide the
gpu_syncfunction.
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.