Граф коммитов

28 Коммитов

Автор SHA1 Сообщение Дата
Vladislav Sytchenko 64bc0bc57f Revert "Revert "Merge branch 'amd-master-next' into amd-npi-next""
This reverts commit 5bc903a0cd.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I92ceb171e31026ed1864704cef2fc1497b883ef9


[ROCm/hip-tests commit: 08c35854c0]
2020-10-05 13:20:58 -04:00
Vladislav Sytchenko 5bc903a0cd Revert "Merge branch 'amd-master-next' into amd-npi-next"
This reverts commit 873a2e33d3.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I53322718dadde2c98f96140b8e260ec7ee9ef721


[ROCm/hip-tests commit: 051c84bba3]
2020-10-05 13:02:39 -04:00
Satyanvesh Dittakavi 957862c77a Amend hipBusBandwidth sample
Change-Id: I9230b553275146e984c6e7d9f11b76e520e14809


[ROCm/hip-tests commit: cc28186c90]
2020-09-18 13:45:19 -04:00
Maneesh Gupta 92d9b31816 Merge pull request #938 from gargrahul/fix_hipBusBW_p2p_bidir
Fix hipBusBW sample for P2P bidirectional test

[ROCm/hip-tests commit: 8244ad03d0]
2019-02-28 07:14:38 +05:30
Rahul Garg 6cf575a749 Fix hipBusBW sample for P2P bidirectional test
[ROCm/hip-tests commit: 5f54c5cb59]
2019-02-28 00:56:07 +05:30
Rahul Garg 51f2f3703a Fix hipBusBW overflow with setting beats/iterations
[ROCm/hip-tests commit: dfc0ce51d0]
2019-02-27 00:18:52 +05:30
Maneesh Gupta 3277453ea5 Apply .clangformat to all repo source files
Change-Id: I7e79c6058f0303f9a98911e3b7dd2e8596079344


[ROCm/hip-tests commit: 6b09bde675]
2018-03-12 11:29:03 +05:30
Rahul Garg b030eb2c8a Use 2X for bidir p2p memory bandwidth calc
[ROCm/hip-tests commit: f19c685f88]
2017-10-23 21:57:20 +05:30
Ben Sander f9cf19daf4 Use 2X for bidir memory bandwidth calc
[ROCm/hip-tests commit: 9fef6f860c]
2017-10-21 07:47:32 -05:00
Sandeep Kumar ef65747f38 Add peer2peer bandwidth and latency test
Change-Id: I6d88e4aa9f6e64096af16579eebef4740734203e


[ROCm/hip-tests commit: 5c530e7c32]
2017-06-14 09:44:56 +05:30
Ben Sander 11730ab32b Refactor registered memory calls.
[ROCm/hip-tests commit: 705ab93664]
2017-03-11 09:18:27 -06:00
Ben Sander 7dd5113bdf Add first step to a "registerd" mode in hipBusBandwidth.
[ROCm/hip-tests commit: b25691cb87]
2017-03-11 09:18:27 -06:00
Maneesh Gupta c0b972508a samples: Updated to use new hip include path
Change-Id: I53a1385a17f13a997ea21d14315f15a3ad851dab


[ROCm/hip-tests commit: 937c0389cb]
2016-10-04 22:21:10 +05:30
Ben Sander d08346f691 Small tool, doc, sample enhancements.
- Expand message when HIP version mismatch detected.
- Doc touchup.
- change sorting of hipBusBandwidth so byte results shown at top.
-

Change-Id: Ifb4e44a5fdfb65d59c4994b11e5f13385705f7e0


[ROCm/hip-tests commit: 14ad755612]
2016-09-26 16:36:01 -05:00
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