AMDMIGraphX
AMDMIGraphX copied to clipboard
Python API - Hide GPU specific functions
- 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.