compute-runtime icon indicating copy to clipboard operation
compute-runtime copied to clipboard

Typos in zello_sysman.cpp

Open eero-t opened this issue 3 years ago • 0 comments

$ git grep avalialbe
level_zero/tools/test/black_box_tests/zello_sysman.cpp:        return "NOT SUPPORTED MODE Engine avalialbe";
level_zero/tools/test/black_box_tests/zello_sysman.cpp:        return "NOT SUPPORTED MODE Engine avalialbe";
level_zero/tools/test/black_box_tests/zello_sysman.cpp:        return "NOT SUPPORTED MODE Engine avalialbe";

Bugs:

  • avalialbe -> available
  • None of these error messages are for engine modes, they are for:
    • engine flag types
    • temperature sensor types
    • engine group types

eero-t avatar Sep 15 '22 11:09 eero-t