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 LLVM OMPD ompd_get_task_in_parallel() function has a typo in the CUDA device code. It misspells "ompd_nvptx_parallel_info_t" as "ompd_nvptx_paralel_info". Diff to fix it follows:
* Corrected the fix for issue: [OMPD] The LLVM OMPD
ompd_get_api_version() function returns a non-standard API version.
#51
- Define OMPD_VERSION as 201811.
- Define OMPD_DLL_VERSION to what used to be defined as OMPD_VERSION.
* Fixed issue: [OMPD] The LLVM OMPD ompd_get_task_in_parallel()
function misspells "ompd_nvptx_parallel_info_t". It was marked a
being fixed by Manoel on March 26, 2019, but AFAICT the fix is not
in the ompd-device-50 branch sources.
#64
- Change "ompd_nvptx_paralel_info" to "ompd_nvptx_parallel_info_t".
The LLVM OMPD ompd_get_task_in_parallel() function has a typo in the CUDA device code. It misspells "ompd_nvptx_parallel_info_t" as "ompd_nvptx_paralel_info". Diff to fix it follows:
The text was updated successfully, but these errors were encountered: