We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ompt_callback_target_data_op_emi_t
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
+typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +);
Page 777 of the spec
The text was updated successfully, but these errors were encountered:
Seem to be the case of al the _emi (ompt_callback_target_map_emi_t, ompt_callback_target_submit_emi_t, ompt_callback_target_submit_emi_t)
_emi
ompt_callback_target_map_emi_t
ompt_callback_target_submit_emi_t
Sorry, something went wrong.
@jprotze Can you please have a look at add the missing functions to the headers in the min repository? I can then move them over here. Thanks.
I have a patch, if you want me to a PR I can
Great, thanks! Can you please post the PR in the internal repository?
mjklemm
No branches or pull requests
Page 777 of the spec
The text was updated successfully, but these errors were encountered: