Skip to content

Commit b5def34

Browse files
nrspruitlisanna-dettwyler
authored andcommitted
Add NPU Driver to list of known names on linux (#279)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent c09abbb commit b5def34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/loader/linux/driver_discovery_lin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ namespace loader {
1818
static const char *knownDriverNames[] = {
1919
MAKE_LIBRARY_NAME("ze_intel_gpu", "1"),
2020
MAKE_LIBRARY_NAME("ze_intel_vpu", "1"),
21+
MAKE_LIBRARY_NAME("ze_intel_npu", "1"),
2122
};
2223

2324
std::vector<DriverLibraryPath> discoverEnabledDrivers() {

0 commit comments

Comments
 (0)