File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 2
2
// Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
3
3
// See LICENSE.TXT
4
4
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5
- #include < map>
6
5
#include < uur/fixtures.h>
7
6
8
7
struct urContextGetInfoTestWithInfoParam
@@ -14,9 +13,7 @@ struct urContextGetInfoTestWithInfoParam
14
13
15
14
ctx_info_size_map = {
16
15
{UR_CONTEXT_INFO_NUM_DEVICES, sizeof (uint32_t )},
17
- {UR_CONTEXT_INFO_DEVICES,
18
- sizeof (ur_device_handle_t ) *
19
- uur::DevicesEnvironment::instance->devices .size ()},
16
+ {UR_CONTEXT_INFO_DEVICES, sizeof (ur_device_handle_t )},
20
17
{UR_CONTEXT_INFO_REFERENCE_COUNT, sizeof (uint32_t )},
21
18
{UR_CONTEXT_INFO_USM_MEMCPY2D_SUPPORT, sizeof (bool )},
22
19
{UR_CONTEXT_INFO_USM_FILL2D_SUPPORT, sizeof (bool )},
You can’t perform that action at this time.
0 commit comments