Skip to content

Commit

Permalink
Merge pull request #2571 from omarahmed1111/enable-registry-of-level_…
Browse files Browse the repository at this point in the history
…zero_v2

Enable the registry of level_zero_v2
  • Loading branch information
kbenzie authored Feb 14, 2025
2 parents c6347a8 + 3a7d16e commit 2a499d7
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 @@ -121,8 +121,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 2a499d7

Please sign in to comment.