SWDEV-496634: Revert deprecation of hipHostMalloc and hipHostFree functions (#1186)

This commit is contained in:
itrowbri
2024-11-11 11:47:31 -06:00
zatwierdzone przez GitHub
rodzic f7c87e455d
commit 0356446654
3 zmienionych plików z 5 dodań i 9 usunięć
+2 -2
Wyświetl plik
@@ -70,8 +70,8 @@
}
#if HIP_VERSION >= 60300000
# define HIP_HOST_ALLOC_FUNC hipExtHostAlloc
# define HIP_HOST_FREE_FUNC hipFreeHost
# define HIP_HOST_ALLOC_FUNC hipHostMalloc
# define HIP_HOST_FREE_FUNC hipHostFree
#else
# define HIP_HOST_ALLOC_FUNC hipHostMalloc
# define HIP_HOST_FREE_FUNC hipHostFree