Skip to content

Commit

Permalink
Add GPU-legacy1 driver to list of known names on Linux (#178)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Harasimiuk <[email protected]>
  • Loading branch information
ArturHarasimiuk authored Aug 9, 2024
1 parent 3d1e4a7 commit aa8e38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/loader/linux/driver_discovery_lin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace loader {

static const char *knownDriverNames[] = {
MAKE_LIBRARY_NAME("ze_intel_gpu", "1"),
MAKE_LIBRARY_NAME("ze_intel_gpu_legacy1", "1"),
MAKE_LIBRARY_NAME("ze_intel_vpu", "1"),
MAKE_LIBRARY_NAME("ze_intel_npu", "1"),
};
Expand Down

0 comments on commit aa8e38f

Please sign in to comment.