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:
committed by
Maneesh Gupta
parent
b9fbc98dad
commit
a9f05e22db
@@ -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!");
|
||||
|
||||
Reference in New Issue
Block a user