Skip to content

Commit

Permalink
Enable the registry of level_zero_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
omarahmed1111 committed Jan 16, 2025
1 parent 9e48f54 commit 5568592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/loader/ur_adapter_registry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ class AdapterRegistry {
// to load the adapter.
std::vector<std::vector<fs::path>> adaptersLoadPaths;

static constexpr std::array<const char *, 5> knownAdapterNames{
static constexpr std::array<const char *, 6> knownAdapterNames{
MAKE_LIBRARY_NAME("ur_adapter_level_zero", "0"),
MAKE_LIBRARY_NAME("ur_adapter_level_zero_v2", "0"),
MAKE_LIBRARY_NAME("ur_adapter_opencl", "0"),
MAKE_LIBRARY_NAME("ur_adapter_cuda", "0"),
MAKE_LIBRARY_NAME("ur_adapter_hip", "0"),
Expand Down

0 comments on commit 5568592

Please sign in to comment.