SWDEV-338733 - Implement hipArrayGet* APIs (#2870)

- Add interfaces for hipArrayGetInfo, hipArrayGetDescriptor & hipArray3DGetDescriptor API implementations

Change-Id: I374c05e24a79960e7ee9a5b649b63115fdf2715e

[ROCm/hip commit: 91968beb57]
This commit is contained in:
ROCm CI Service Account
2023-02-15 11:13:39 +05:30
committed by GitHub
parent 30415d9528
commit 38521ef6a1
3 changed files with 52 additions and 1 deletions
@@ -134,7 +134,7 @@
| **CUDA** | **HIP** |**CUDA version\***|
|-----------------------------------------------------------|-------------------------------|:----------------:|
| `cudaArrayGetInfo` | |
| `cudaArrayGetInfo` | `hipArrayGetInfo` |
| `cudaFree` | `hipFree` |
| `cudaFreeArray` | `hipFreeArray` |
| `cudaFreeHost` | `hipHostFree` |