Home
last modified time | relevance | path

Searched refs:initAsyncInfo (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp1188 void initAsyncInfo(__tgt_async_info *AsyncInfo) { in initAsyncInfo() function
2638 initAsyncInfo(AsyncInfo); in __tgt_rtl_data_submit_async()
2660 initAsyncInfo(AsyncInfo); in __tgt_rtl_data_retrieve_async()
2707 initAsyncInfo(AsyncInfo); in __tgt_rtl_run_target_team_region_async()
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp1482 int initAsyncInfo(int DeviceId, __tgt_async_info **AsyncInfo) const { in initAsyncInfo() function in __anondfa3b3cd0111::DeviceRTLTy
1853 return DeviceRTL.initAsyncInfo(DeviceId, AsyncInfo); in __tgt_rtl_init_async_info()