Skip to content

Commit 2a499d7

Browse files
authored
Merge pull request #2571 from omarahmed1111/enable-registry-of-level_zero_v2
Enable the registry of level_zero_v2
2 parents c6347a8 + 3a7d16e commit 2a499d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/loader/ur_adapter_registry.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ class AdapterRegistry {
121121
// to load the adapter.
122122
std::vector<std::vector<fs::path>> adaptersLoadPaths;
123123

124-
static constexpr std::array<const char *, 5> knownAdapterNames{
124+
static constexpr std::array<const char *, 6> knownAdapterNames{
125125
MAKE_LIBRARY_NAME("ur_adapter_level_zero", "0"),
126+
MAKE_LIBRARY_NAME("ur_adapter_level_zero_v2", "0"),
126127
MAKE_LIBRARY_NAME("ur_adapter_opencl", "0"),
127128
MAKE_LIBRARY_NAME("ur_adapter_cuda", "0"),
128129
MAKE_LIBRARY_NAME("ur_adapter_hip", "0"),

0 commit comments

Comments
 (0)