ECR #333755 - Update code to use 1.0F Api's of Finalizer. Presently disabling the build of all samples except BinarySearch

[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1130579]


[ROCm/ROCR-Runtime commit: f92e289a01]
Αυτή η υποβολή περιλαμβάνεται σε:
Ramesh Errabolu (xN/A) TX
2015-03-13 11:46:58 -05:00
γονέας 3e8dfb3ac5
υποβολή b01abf4e3f
17 αρχεία άλλαξαν με 102 προσθήκες και 431 διαγραφές
@@ -81,7 +81,7 @@ int FillRandom(
return 0;
}
#if 0
//get a memory region that can be used for global memory allocations.
hsa_status_t get_global_region(hsa_region_t region, void* data)
{
@@ -143,6 +143,7 @@ hsa_status_t find_symbol_offset(hsa_ext_brig_module_t* brig_module,
}
return HSA_STATUS_ERROR;
}
#endif
/*
* Determines if the given agent is of type HSA_DEVICE_TYPE_GPU
@@ -167,6 +168,7 @@ hsa_status_t find_gpu(hsa_agent_t agent, void *data)
return HSA_STATUS_SUCCESS;
}
/*
* Determines if a memory region can be used for kernarg
* allocations.