From 11073e82c0740806dc3146249a8066e6c2efc01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Plewa?= Date: Fri, 28 Nov 2025 15:13:15 +0100 Subject: [PATCH] [UR][offload] fix device iteration in offload adapter --- unified-runtime/source/adapters/offload/adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unified-runtime/source/adapters/offload/adapter.cpp b/unified-runtime/source/adapters/offload/adapter.cpp index 0e15159c67e9c..2842b2d686601 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);