You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch moves the OMPT-specific data type into its own header. At the
same time it changes the type of the pointer stores in the async info
object to a void* to not leak the OMPT specific data type into the
general interface.
The type change to void* was not part of the original WIP patch in
https://github.com/AMD-Lightning-Internal/llvm-project/pull/2282 but I
thought I can fold it into this refactoring. If this is unwanted, I'm
happy to revert that change.
0 commit comments