Skip to content

release v3.26.0

Choose a tag to compare

@github-actions github-actions released this 05 May 16:53
93bc622

What's New:

  • Added new formatted metadata ITT APIs:
    void __itt_formatted_metadata_add(const __itt_domain *domain, __itt_string_handle *format, ...);
    void __itt_formatted_metadata_add_overlapped(const __itt_domain *domain, __itt_id taskid, __itt_string_handle *format, ...)
    These new APIs provide users with the ability to add metadata for ITT Task API instances in printf-style format.
  • Fixed -Wundef compilation flag hits
  • Fixed assembly files compilation on non-ELF systems