diff --git a/unified-runtime/source/adapters/offload/adapter.cpp b/unified-runtime/source/adapters/offload/adapter.cpp index 0e15159c67e9..2842b2d68660 100644 --- a/unified-runtime/source/adapters/offload/adapter.cpp +++ b/unified-runtime/source/adapters/offload/adapter.cpp @@ -56,7 +56,7 @@ ur_result_t ur_adapter_handle_t_::init() { ->Devices.push_back( std::make_unique(URPlatform->get(), D)); } - return false; + return true; }, &Adapter->Platforms);