Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sycl/test-e2e/Adapters/level_zero/usm-capabilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Loading