Revert "SWDEV-301667 - Disable HostBlit copy for HIP"

This reverts commit 96e25898c8.

Reason for revert: SWDEV-455075, SWDEV-461507 - This change forces to
use ROCr's copy path. Reintroducing hostBlit copy path for
host-to-host copies.


Change-Id: Ic3c45b49e481c9dcdaa7611f61071778790b7e6c


[ROCm/clr commit: a9f05e22db]
Dieser Commit ist enthalten in:
Sourabh Betigeri
2024-05-16 19:10:25 -04:00
committet von Maneesh Gupta
Ursprung 43aeeaf836
Commit da8bb9780e
3 geänderte Dateien mit 19 neuen und 29 gelöschten Zeilen
@@ -1329,8 +1329,6 @@ bool VirtualGPU::create() {
}
device::BlitManager::Setup blitSetup;
// Disable HostBlit copy path for HIP
blitSetup.disableHostCopyBuffer_ = amd::IS_HIP;
blitMgr_ = new KernelBlitManager(*this, blitSetup);
if ((nullptr == blitMgr_) || !blitMgr_->create(roc_device_)) {
LogError("Could not create BlitManager!");