SWDEV-231579 - [hipclang-vdi-rocm][perf]

- HIPPerfDispatchSpeed disparity between HIP/HCC vs HIP/VDI
Insert a wait marker command in the default stream only when
HIP has pending operations on other async streams

Change-Id: I68660a54867fab7571ba57eb1df5feb1bca1c61a


[ROCm/clr commit: 21840ac6a0]
このコミットが含まれているのは:
German Andryeyev
2020-04-17 10:42:46 -04:00
コミット 2266bc700b
7個のファイルの変更72行の追加25行の削除
-2
ファイルの表示
@@ -432,8 +432,6 @@ hipError_t hipDeviceSetSharedMemConfig ( hipSharedMemConfig config ) {
hipError_t hipDeviceSynchronize ( void ) {
HIP_INIT_API(hipDeviceSynchronize);
hip::syncStreams();
amd::HostQueue* queue = hip::getNullStream();
if (!queue) {