Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/dynamic_hsa/
H A Dhsa.h243 } hsa_executable_t; typedef
276 hsa_executable_t *executable);
278 hsa_status_t hsa_executable_destroy(hsa_executable_t executable);
280 hsa_status_t hsa_executable_freeze(hsa_executable_t executable,
289 hsa_executable_t executable,
290 hsa_status_t (*callback)(hsa_executable_t exec,
299 hsa_status_t hsa_executable_load_code_object(hsa_executable_t executable,
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Drt.h30 void *cb_state, std::vector<hsa_executable_t> &HSAExecutables);
H A Dsystem.cpp22 hsa_status_t executable_iterate_symbols(hsa_executable_t executable, C cb) { in executable_iterate_symbols()
23 auto L = [](hsa_executable_t executable, hsa_executable_symbol_t symbol, in executable_iterate_symbols()
638 void *cb_state, std::vector<hsa_executable_t> &HSAExecutables) { in RegisterModuleFromMemory()
640 hsa_executable_t executable = {0}; in RegisterModuleFromMemory()
724 [&](hsa_executable_t, hsa_executable_symbol_t symbol) -> hsa_status_t { in RegisterModuleFromMemory() argument
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp489 std::vector<hsa_executable_t> HSAExecutables;
1742 std::vector<hsa_executable_t> &HSAExecutables) { in moduleRegisterFromMemoryToPlace()