expose five missing memcpy hip APIs

exposing the following hip APIs which have been previously implemented:

hipMemcpy2DFromArray
hipMemcpy2DFromArrayAsync
hipMemcpyAtoH
hipMemcpyHtoA
hipMemcpyParam2DAsync

Change-Id: I3f8635bd4265d2bf5aa2084f4eabb51f74fb18ba
Tento commit je obsažen v:
Aryan Salmanpour
2020-06-15 12:28:47 -04:00
rodič 173bb2af6e
revize 17102ff3a1
2 změnil soubory, kde provedl 10 přidání a 0 odebrání
+5
Zobrazit soubor
@@ -255,3 +255,8 @@ hipTexObjectGetResourceViewDesc
hipTexObjectGetTextureDesc
hipExtStreamCreateWithCUMask
hipStreamGetPriority
hipMemcpy2DFromArray
hipMemcpy2DFromArrayAsync
hipMemcpyAtoH
hipMemcpyHtoA
hipMemcpyParam2DAsync
+5
Zobrazit soubor
@@ -263,6 +263,11 @@ global:
hipGetCmdName*;
hipExtStreamCreateWithCUMask;
hipStreamGetPriority;
hipMemcpy2DFromArray;
hipMemcpy2DFromArrayAsync;
hipMemcpyAtoH;
hipMemcpyHtoA;
hipMemcpyParam2DAsync;
};
local:
*;