Revert " Add image 1.1 API changes to current code base"
Currently HSA HW Profiler is failing to build due to this patch
This reverts commit e0ce8855dd.
Change-Id: Iabb2b958f33ba614a24b61bb370905b3b7362708
This commit is contained in:
@@ -185,7 +185,7 @@ namespace loader {
|
||||
hsa_agent_t agent,
|
||||
hsa_access_permission_t image_permission,
|
||||
const hsa_ext_image_descriptor_t *image_descriptor,
|
||||
void *image_data,
|
||||
const void *image_data,
|
||||
hsa_ext_image_t *image_handle)
|
||||
{
|
||||
void* ptr = alignedMalloc(256, 8);
|
||||
|
||||
@@ -89,7 +89,7 @@ namespace loader {
|
||||
hsa_agent_t agent,
|
||||
hsa_access_permission_t image_permission,
|
||||
const hsa_ext_image_descriptor_t *image_descriptor,
|
||||
void *image_data,
|
||||
const void *image_data,
|
||||
hsa_ext_image_t *image_handle) override;
|
||||
|
||||
hsa_status_t ImageDestroy(
|
||||
|
||||
Reference in New Issue
Block a user