Wykres commitów

6 Commity

Autor SHA1 Wiadomość Data
Ben Sander b319209299 hipHostRegister and hipHostMalloc refactor.
Note hipHostMalloc (not hipHostAlloc or hipMallocHost).
 -  the hipHost* is used for all HIP APIs dealing with Host memory.
    (including hipHostMalloc, hipHostFree, hipHostRegister,
hipHostUnregister, hipHostGetFlags, hipHostGetDevicePointer).
  - hipMallocHost is consistent with "hipMalloc" for allocating device
    memory.  Enumerations hipHostMalloc* also used as optional
    flags parm to hipHostMalloc.


[ROCm/hip commit: ab910efb96]
2016-03-22 02:30:10 -05:00
Aditya Atluri 4c54a8d9d5 Deprecating hipMallocHost to hipHostAlloc
[ROCm/hip commit: cbdc8c277c]
2016-03-15 06:30:16 -05:00
Aditya Atluri db1ce3ba84 Added hipHostRegister for hip with tests and added copyright
[ROCm/hip commit: 102f173396]
2016-03-08 12:57:22 -06:00
Aditya Atluri d0e96d1b27 [v2]: Added test to check single stream dispatches
[ROCm/hip commit: 14ec56acab]
2016-02-27 05:55:56 -06:00
Aditya Atluri d3c0e23113 Revert "Added test to check dispatches on single stream"
This reverts commit 0201608b44.


[ROCm/hip commit: 3733599cb4]
2016-02-27 05:48:41 -06:00
Aditya Atluri 0201608b44 Added test to check dispatches on single stream
[ROCm/hip commit: f134c6ccb6]
2016-02-27 05:44:57 -06:00