From 9ae1e15750b05bf5bfbea6a3e66d0cb35f1fdbe4 Mon Sep 17 00:00:00 2001 From: Christophe Paquot Date: Thu, 26 Jan 2017 15:06:11 -0800 Subject: [PATCH] Adding the new APIs to the .def files and fixed a couple of things Change-Id: I247a60b8cdbd4acfed72fb6d78ac7faf69d8a556 --- runtime/hsa-runtime/hsacore.so.def | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/hsa-runtime/hsacore.so.def b/runtime/hsa-runtime/hsacore.so.def index 995f9c1175..d3bc264289 100644 --- a/runtime/hsa-runtime/hsacore.so.def +++ b/runtime/hsa-runtime/hsacore.so.def @@ -203,6 +203,9 @@ global: hsa_ext_image_destroy; hsa_ext_sampler_create; hsa_ext_sampler_destroy; + hsa_ext_image_get_capability_with_layout; + hsa_ext_image_data_get_info_with_layout; + hsa_ext_image_create_with_layout; hsa_amd_pointer_info; hsa_amd_pointer_info_set_userdata; hsa_amd_ipc_memory_create;