Enable prefetch async functionality
Fix a typo with the name define, when compilation wasn't enabled. Force CPU prefetch if system was forced in runtime Change-Id: Id4b578f9fa44a45426fdb5d8ecb1da803aa42313
This commit is contained in:
committed by
Aditya Lad
parent
152a2dfb5a
commit
6e69258b69
@@ -2007,7 +2007,7 @@ bool Device::GetSvmAttributes(void** data, size_t* data_sizes, int* attributes,
|
||||
#if AMD_HMM_SUPPORT
|
||||
std::vector<hsa_amd_svm_attribute_pair_t> attr;
|
||||
|
||||
for (int i = 0; i < num_attributes; ++i) {
|
||||
for (size_t i = 0; i < num_attributes; ++i) {
|
||||
switch (attributes[i]) {
|
||||
case amd::MemRangeAttribute::ReadMostly:
|
||||
attr.push_back({HSA_AMD_SVM_ATTRIB_READ_ONLY, 0});
|
||||
|
||||
Reference in New Issue
Block a user