Skip to content

Commit

Permalink
Add NPU Driver to list of known names on linux (#279)
Browse files Browse the repository at this point in the history
Signed-off-by: Neil R. Spruit <[email protected]>
  • Loading branch information
nrspruit authored and lisanna-dettwyler committed Jun 11, 2024
1 parent c09abbb commit b5def34
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 @@ -18,6 +18,7 @@ namespace loader {
static const char *knownDriverNames[] = {
MAKE_LIBRARY_NAME("ze_intel_gpu", "1"),
MAKE_LIBRARY_NAME("ze_intel_vpu", "1"),
MAKE_LIBRARY_NAME("ze_intel_npu", "1"),
};

std::vector<DriverLibraryPath> discoverEnabledDrivers() {
Expand Down

0 comments on commit b5def34

Please sign in to comment.