Skip to content

Commit 7b7ad9a

Browse files
OpenCL Queue Families extension 16/n
Expose extension string Related-To: NEO-5120 Signed-off-by: Maciej Dziuban <[email protected]>
1 parent 248e955 commit 7b7ad9a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

opencl/source/platform/extensions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2020 Intel Corporation
2+
* Copyright (C) 2018-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -21,6 +21,7 @@ const char *deviceExtensionsList = "cl_khr_byte_addressable_store "
2121
"cl_khr_icd "
2222
"cl_khr_local_int32_base_atomics "
2323
"cl_khr_local_int32_extended_atomics "
24+
"cl_intel_command_queue_families "
2425
"cl_intel_subgroups "
2526
"cl_intel_required_subgroup_size "
2627
"cl_intel_subgroups_short "

opencl/test/unit_test/api/cl_get_device_info_tests.inl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2020 Intel Corporation
2+
* Copyright (C) 2017-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -222,6 +222,7 @@ TEST_F(clGetDeviceInfoTests, GivenClDeviceExtensionsParamWhenGettingDeviceInfoTh
222222
"cl_khr_icd ",
223223
"cl_khr_local_int32_base_atomics ",
224224
"cl_khr_local_int32_extended_atomics ",
225+
"cl_intel_command_queue_families",
225226
"cl_intel_subgroups ",
226227
"cl_intel_required_subgroup_size ",
227228
"cl_intel_subgroups_short ",

0 commit comments

Comments
 (0)