Disable small copy optimization for now

Change-Id: Ib7a4aa676bb60940e067c985eb19070bd63b2fc2
このコミットが含まれているのは:
Saleel Kudchadker
2020-05-05 08:52:04 -07:00
コミット 0fbc0a895b
+2 -1
ファイルの表示
@@ -906,7 +906,8 @@ hsa_status_t Device::iterateGpuMemoryPoolCallback(hsa_amd_memory_pool_t pool, vo
if (tmp == HSA_AMD_MEMORY_POOL_ACCESS_NEVER_ALLOWED) {
dev->info_.largeBar_ = false;
} else {
dev->info_.largeBar_ = true;
// Disable smallCopy optimization for now
dev->info_.largeBar_ = false;
}
}