We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54005ef + ccfe1f6 commit 636150aCopy full SHA for 636150a
source/loader/ur_adapter_registry.hpp
@@ -113,8 +113,10 @@ class AdapterRegistry {
113
// to load the adapter.
114
std::vector<std::vector<fs::path>> adaptersLoadPaths;
115
116
- static constexpr std::array<const char *, 2> knownAdapterNames{
+ static constexpr std::array<const char *, 4> knownAdapterNames{
117
MAKE_LIBRARY_NAME("ur_adapter_level_zero", "0"),
118
+ MAKE_LIBRARY_NAME("ur_adapter_hip", "0"),
119
+ MAKE_LIBRARY_NAME("ur_adapter_opencl", "0"),
120
MAKE_LIBRARY_NAME("ur_adapter_cuda", "0")};
121
122
std::optional<std::vector<fs::path>> getEnvAdapterSearchPaths() {
0 commit comments