ROCm / ROCm/AMDMIGraphX

Python API - Hide GPU specific functions

Open
#1,720 0 comments 0 reactions 1 assignee View on GitHub

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_gpu and gpu_sync functions are exposed through the python API.
  • We should make it such that these functions are hidden behind the target.copy_to() and target.copy_from() methods.
  • It might be possible to also hide the gpu_sync function.

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.