Ben Sander
e64947ab4f
Only include activity logger if CodeXL installed.
...
Fix hipHostMalloc in hipBusBandwidth.
[ROCm/hip-tests commit: c1dd930c92 ]
2016-03-22 09:27:10 -05:00
Ben Sander
173e850976
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-tests commit: 3b3bae3772 ]
2016-03-22 02:30:10 -05:00
Ben Sander
c7d2605a37
Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
...
Conflicts:
src/hip_hcc.cpp
[ROCm/hip-tests commit: 221973404f ]
2016-03-19 03:22:09 -05:00
Ben Sander
3097de0b0e
Add beastperiteration and onesize for testing.
...
onesize allows running tests at one specific size.
[ROCm/hip-tests commit: d011d7cf6e ]
2016-03-19 02:43:04 -05:00
Ben Sander
9ca75a115b
Print Pinned or Unpinned in result summary
...
[ROCm/hip-tests commit: 62fb06f54e ]
2016-03-18 21:28:29 -05:00
Ben Sander
bffe0bd7ac
Supported --aliged mode. Add results check for H2D and D2H.
...
[ROCm/hip-tests commit: 97493d2098 ]
2016-03-18 03:09:52 -05:00
Aditya Atluri
2a6922c4d9
v2 deprecating hipMallocHost with hipHostAlloc
...
[ROCm/hip-tests commit: e376b1baec ]
2016-03-15 13:39:15 -05:00
Ben Sander
96eab48c52
print device config info
...
[ROCm/hip-tests commit: 6b34ae4797 ]
2016-03-14 23:02:49 -05:00
Ben Sander
65314478a4
Add Bidir copy test and help.
...
[ROCm/hip-tests commit: 65f40e68c8 ]
2016-03-14 14:39:23 -05:00
Ben Sander
bb101380c4
refactor, add support for speccing xfers in bytes
...
[ROCm/hip-tests commit: f5849f462e ]
2016-03-13 09:41:06 -05:00
Ben Sander
a776b6c7c3
Enable -O3, style points on array size
...
[ROCm/hip-tests commit: f12a1e9581 ]
2016-02-13 03:17:42 -06:00
Ben Sander
19c6c95b8e
Add D2H test
...
[ROCm/hip-tests commit: 63d79554ab ]
2016-02-12 22:47:26 -06:00
Ben Sander
4b0bf5c1a1
Add D2H test
...
[ROCm/hip-tests commit: 42257c5d71 ]
2016-02-12 22:46:34 -06:00
Ben Sander
cb84597d5e
Add Bus Bandwidth test, leveraged from SHOC.
...
[ROCm/hip-tests commit: 8cb885f03a ]
2016-02-12 21:30:43 -06:00