Searched refs:atmi_malloc (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/ |
D | atmi.cpp | 90 atmi_status_t ret = atmi_malloc(&tempHostPtr, size, CPU); in atmi_memcpy_h2d() 120 atmi_status_t ret = atmi_malloc(&tempHostPtr, size, CPU); in atmi_memcpy_d2h() 139 atmi_status_t atmi_malloc(void **ptr, size_t size, atmi_mem_place_t place) { in atmi_malloc() function
|
D | atmi_runtime.h | 138 atmi_status_t atmi_malloc(void **ptr, size_t size, atmi_mem_place_t place);
|
D | data.cpp | 61 ErrorCheck(atmi_malloc, err); in Malloc()
|
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/ |
D | rtl.cpp | 959 atmi_status_t err = atmi_malloc(&ptr, rounded, place); in atmi_calloc() 1355 atmi_status_t err = atmi_malloc(&ptr, size, get_gpu_mem_place(device_id)); in __tgt_rtl_data_alloc()
|