Home
last modified time | relevance | path

Searched refs:HSAExecutables (Results 1 – 3 of 3) sorted by relevance

/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.cpp638 void *cb_state, std::vector<hsa_executable_t> &HSAExecutables) { in RegisterModuleFromMemory() argument
734 HSAExecutables.push_back(executable); in RegisterModuleFromMemory()
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp489 std::vector<hsa_executable_t> HSAExecutables; member in RTLDeviceInfoTy
1104 for (uint32_t I = 0; I < HSAExecutables.size(); I++) { in ~RTLDeviceInfoTy()
1105 Err = hsa_executable_destroy(HSAExecutables[I]); in ~RTLDeviceInfoTy()
1742 std::vector<hsa_executable_t> &HSAExecutables) { in moduleRegisterFromMemoryToPlace() argument
1750 HSAExecutables); in moduleRegisterFromMemoryToPlace()
2288 DeviceInfo().HSAExecutables); in __tgt_rtl_load_binary_locked()