SWDEV-301667 - Disable HostBlit copy for HIP
Change-Id: I46333ff42e8c1d402ece97e3ead7b539a27c3f82
This commit is contained in:
@@ -1358,6 +1358,8 @@ 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