Intel DML v1.1.2
This is a patch release containing the following change to v1.1.1:
Bug Fixes
- Fixed possible "_FORTIFY_SOURCE redefined" build warning/error. Some GCC* builds could internally set
_FORTIFY_SOURCE
and that could have resulted into DML build error.
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.
- (
hardware_path
,auto_path
)block_on_fault/apply_delta_page_fault.read/1
. - (
hardware_path
on DSA 2.0)dml_drain.ta_default_parameters
test could hang when DSA 2.0 is used.
- (
- There is an issue on the
auto_path
for continuation after page fault if the page fault occurred on a pattern boundary (for fill or compare_pattern operations). Where part of the pattern is used before page fault, and the pattern is restarted from the beginning after page fault.