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:
committed by
GitHub
parent
30415d9528
commit
38521ef6a1
@@ -134,7 +134,7 @@
|
||||
|
||||
| **CUDA** | **HIP** |**CUDA version\***|
|
||||
|-----------------------------------------------------------|-------------------------------|:----------------:|
|
||||
| `cudaArrayGetInfo` | |
|
||||
| `cudaArrayGetInfo` | `hipArrayGetInfo` |
|
||||
| `cudaFree` | `hipFree` |
|
||||
| `cudaFreeArray` | `hipFreeArray` |
|
||||
| `cudaFreeHost` | `hipHostFree` |
|
||||
|
||||
Reference in New Issue
Block a user