From 6288e2d0888457539a13512afcf0cc6d872e196a Mon Sep 17 00:00:00 2001 From: Krzysztof Swiecicki Date: Thu, 25 Jun 2026 14:01:32 +0000 Subject: [PATCH] [SYCL][E2E] Fix L0 USM capabilities test --- sycl/test-e2e/Adapters/level_zero/usm-capabilities.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/Adapters/level_zero/usm-capabilities.cpp b/sycl/test-e2e/Adapters/level_zero/usm-capabilities.cpp index dea18c8e3330..39e508bbc510 100644 --- a/sycl/test-e2e/Adapters/level_zero/usm-capabilities.cpp +++ b/sycl/test-e2e/Adapters/level_zero/usm-capabilities.cpp @@ -11,9 +11,9 @@ // CHECK: usm_host_allocations: 1 // CHECK: usm_device_allocations: 1 // CHECK: usm_shared_allocations: 1 -// CHECK: usm_system_allocations: 0 // CHECK: usm_atomic_host_allocations: 0 -// usm_atomic_shared_allocations is device and driver version dependent. +// usm_system_allocations and usm_atomic_shared_allocations are device and +// driver version dependent. using namespace sycl;