Skip to content

Releases: intel/diagnostics-utility

v2024.2

19 Jun 10:21
5fc3763
Compare
Choose a tag to compare
upd 2024.2.0 (#9)

v2022.4.0

29 Sep 09:58
2d774c5
Compare
Choose a tag to compare
2022.4 (#7)

* 2022.4

* up

v2022.3.0

06 Apr 11:58
d3546e1
Compare
Choose a tag to compare
v2022.3 (#4)

* v2022.3

v2022.2.0

22 Dec 16:43
Compare
Choose a tag to compare
Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>

v2022.0

15 Dec 16:07
Compare
Choose a tag to compare

Diagnostics Utility for Intel® oneAPI Toolkits Release Notes

New supported OS

  • SLES 15 SP3
  • RHEL 8.3

New features

New implemented checks

  • The oneapi_env_check shows the version information of the oneAPI products installed in the environment.
  • The dependencies_check verifies compatibility of oneAPI products versions and GPU drivers versions.
  • The debugger_check verifies if the environment is ready to use Intel® Distribution for GDB.

Known issues and limitations

  • Diagnostics utility supports to run executing checkers only in .sh format.
  • Diagnostics utility may not find oneAPI system check if they installed in some custom directory.
  • Diagnostics utility doesn't run oneAPI system checks with root privileges.
  • If you would like to run all checks from a single checker and some check has dependency checks from other checker (checks that must be run before the desired check):
    • By the --single_checker option - the tool will not be able to find the dependencies and check will not be run.
    • By the --config and --filter options - the tool will not be able to find the dependencies and check will not be run. Workaround: Add dependency checks to run list.
  • The oneAPI products detection check will not find products version, if oneAPI installer cache was removed.