Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Datmi.cpp31 void *module_bytes, size_t module_size, atmi_place_t place, in atmi_module_register_from_memory_to_place() argument
36 module_bytes, module_size, place, on_deserialized_data, cb_state); in atmi_module_register_from_memory_to_place()
Datmi_runtime.h88 void *module_bytes, size_t module_size, atmi_place_t place,
Dsystem.cpp1016 void *module_bytes, size_t module_size, atmi_place_t place, in callbackEvent() argument
1047 err = get_code_object_custom_metadata(module_bytes, module_size, gpu); in callbackEvent()
1052 err = hsa_code_object_deserialize(module_bytes, module_size, NULL, in callbackEvent()
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp907 atmi_status_t module_register_from_memory_to_place(void *module_bytes, in module_register_from_memory_to_place() argument
915 module_bytes, module_size, place, L, static_cast<void *>(&cb)); in module_register_from_memory_to_place()