Added new Memory API's (#1399)

Added new memory API's hipMemAllocPitch, hipMemAllocHost, hipMemsetD16, hipMemsetD16Async, hipMemsetD8Async
Modified to support all scenarios hipMemcpyParam2DAsync, hipMemcpyParam2D.
This commit is contained in:
ansurya
2019-10-04 13:36:31 +05:30
zatwierdzone przez Maneesh Gupta
rodzic d39a2a0749
commit ba9c6e13e4
12 zmienionych plików z 404 dodań i 48 usunięć
+2
Wyświetl plik
@@ -109,6 +109,8 @@ THE SOFTWARE.
extern size_t N;
extern char memsetval;
extern int memsetD32val;
extern short memsetD16val;
extern char memsetD8val;
extern int iterations;
extern unsigned blocksPerCU;
extern unsigned threadsPerBlock;