Skip to content

Missing ompt_callback_target_data_op_emi_t #3

New issue

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

Open
TApplencourt opened this issue Apr 21, 2025 · 4 comments
Open

Missing ompt_callback_target_data_op_emi_t #3

TApplencourt opened this issue Apr 21, 2025 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@TApplencourt
Copy link

+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

@TApplencourt
Copy link
Author

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)

@mjklemm
Copy link
Collaborator

mjklemm commented Apr 22, 2025

@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.

@mjklemm mjklemm added the bug Something isn't working label Apr 22, 2025
@mjklemm mjklemm self-assigned this Apr 22, 2025
@TApplencourt
Copy link
Author

I have a patch, if you want me to a PR I can

@mjklemm
Copy link
Collaborator

mjklemm commented Apr 30, 2025

Great, thanks! Can you please post the PR in the internal repository?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants