AMDMIGraphX icon indicating copy to clipboard operation
AMDMIGraphX copied to clipboard

Python API - Hide GPU specific functions

Open CharlieL7 opened this issue 2 years ago • 0 comments

  • 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.

CharlieL7 avatar Apr 26 '23 18:04 CharlieL7