Skip to content

Intel DML v1.1.1

Compare
Choose a tag to compare
@abdelrahim-hentabli abdelrahim-hentabli released this 23 Oct 17:35
· 23 commits to develop since this release
e0c2d3d

This is a patch release containing the following changes to v1.1.0:

Usability and Documentation

Bug Fixes

  • Fixed incorrect Page Fault handling on automatic path.
  • Fixed warning when building with Clang and -Wstrict-prototypes.
  • Added missing <stdexcept> header that caused a build failure with Clang compiler.
  • Fixed incorrect job finalization in Low-Level API multi socket example.
  • Fixed various issues flagged by the static code analysis tool.
  • Fixed outdated link in README file.

Known Issues / Limitations

  • Intel DML can be built from directly downloadable files (.tar, .tgz) only without tests and benchmark frameworks, using the
    -DDML_BUILD_TESTS=OFF build option, because they require submodules that are not included in the archives by GitHub during release creation.
  • Known test failures are listed below. Some tests fail only under certain conditions, which are noted in parentheses.
    • (hw/auto)block_on_fault/apply_delta_page_fault.read/1
  • There is an issue on the auto path for continuation after pagefault, if the pagefault occured on a pattern boundary (for fill, compare_pattern operations). Where part of the pattern is used before pagefault, and the pattern is restarted from the beginning after pagefault.

Thanks to the Contributors

Release includes contributions from the project team as well as @haiyuewa.