You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
For clDeviceMemAllocINTEL(), commit f79a9c2 includes a unit test that queries and verifies the buffer location using clGetMemAllocInfoINTEL(). However, the buffer location is stored within a cl_mem struct, which is populated in clDeviceMemAllocINTEL() but not in clHostMemAllocINTEL() and clSharedMemAllocINTEL(). I wonder if we should add a mem_id field to acl_usm_allocation_t to persist the buffer location for later query?
For
clDeviceMemAllocINTEL(), commit f79a9c2 includes a unit test that queries and verifies the buffer location usingclGetMemAllocInfoINTEL(). However, the buffer location is stored within acl_memstruct, which is populated inclDeviceMemAllocINTEL()but not inclHostMemAllocINTEL()andclSharedMemAllocINTEL(). I wonder if we should add amem_idfield toacl_usm_allocation_tto persist the buffer location for later query?#141 (comment)