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
The "struct ompd_callbacks_t" used by the LLVM OMPD library does not match the OpenMP v5.0 spec (or the OpenMP omp-tools.h header). In particular, it is missing the read_string function pointer, which causes the structure to be the wrong size and the structure members. The definition used by the LLVM OMPD library is here: https://github.com/OpenMPToolsInterface/LLVM-openmp/blob/ompd-devices/libompd/src/ompd.h#L238
The correct definition of struct ompd_callbacks_t (from the OpenMP omp-tools.h header) is:
The "struct ompd_callbacks_t" used by the LLVM OMPD library does not match the OpenMP v5.0 spec (or the OpenMP omp-tools.h header). In particular, it is missing the read_string function pointer, which causes the structure to be the wrong size and the structure members. The definition used by the LLVM OMPD library is here: https://github.com/OpenMPToolsInterface/LLVM-openmp/blob/ompd-devices/libompd/src/ompd.h#L238
The correct definition of struct ompd_callbacks_t (from the OpenMP omp-tools.h header) is:
The text was updated successfully, but these errors were encountered: