Revert "SWDEV-374668 - Observed one subtest failure in ocltst32"
This reverts commitebefe9c576. Change-Id: I42d6248204107f741a462101f9608e01a7ba91d5 [ROCm/clr commit:47e3ed545d]
This commit is contained in:
@@ -1594,13 +1594,10 @@ pal::Memory* Device::createBuffer(amd::Memory& owner, bool directAccess) const {
|
||||
// GPU will be reading from this host memory buffer,
|
||||
// so assume Host write into it
|
||||
type = Resource::RemoteUSWC;
|
||||
remoteAlloc = true;
|
||||
} else {
|
||||
#ifndef ATI_BITS_32
|
||||
type = Resource::Remote;
|
||||
remoteAlloc = true;
|
||||
#endif
|
||||
}
|
||||
remoteAlloc = true;
|
||||
}
|
||||
// Make sure owner has a valid hostmem pointer and it's not COPY
|
||||
if (!remoteAlloc && (owner.getHostMem() != nullptr)) {
|
||||
|
||||
Reference in New Issue
Block a user