Home
last modified time | relevance | path

Searched refs:atmi_malloc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Datmi.cpp90 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
Datmi_runtime.h138 atmi_status_t atmi_malloc(void **ptr, size_t size, atmi_mem_place_t place);
Ddata.cpp61 ErrorCheck(atmi_malloc, err); in Malloc()
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp959 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()