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

This reverts commit 5447cf8872.

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
This commit is contained in:
Sourabh Betigeri
2024-05-16 19:10:25 -04:00
committed by Maneesh Gupta
parent b9fbc98dad
commit a9f05e22db
3 changed files with 19 additions and 29 deletions
-2
View File
@@ -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!");