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
Specifically, the function is supposed to accept "ompd_frame_info_t" pointer for the exit and enter frames, but the LLVM OMPD library accepts "ompd_address_t" pointers.
The text was updated successfully, but these errors were encountered:
jdelsign
changed the title
The LLVM OMPD ompd_get_task_frame() function has the wrong signature
[OMPD] The LLVM OMPD ompd_get_task_frame() function has the wrong signature
Feb 27, 2019
The LLVM OMPD ompd_get_task_frame() function has the wrong signature (https://github.com/OpenMPToolsInterface/LLVM-openmp/blob/ompd-devices/libompd/src/ompd.h#L511):
The OpenMP 5.0 spec (and OpenMP omp-tools.h header) have:
Specifically, the function is supposed to accept "ompd_frame_info_t" pointer for the exit and enter frames, but the LLVM OMPD library accepts "ompd_address_t" pointers.
The text was updated successfully, but these errors were encountered: