Skip to content

Commit 1cfa1cb

Browse files
authored
[SYCLomatic] Re-enable some onedpl related tests (#749)
Signed-off-by: Jiang, Zhiwei <[email protected]>
1 parent 591bef4 commit 1cfa1cb

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

help_function/config/test_default_queue_2.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@
66
<file path="src/test_default_queue_2.cpp" />
77
<file path="src/test_default_queue_1.cpp" />
88
</files>
9-
<rules>
10-
<optlevelRule excludeOptlevelNameString="cuda" />
11-
</rules>
129
</test>

help_function/help_function.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@
145145
<test testName="onedpl_test_transform_if" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
146146
<!-- <test testName="onedpl_test_transform" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" /> -->
147147
<test testName="onedpl_test_transform_output_iterator" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
148-
<test testName="onedpl_test_group_sort" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
149-
<!-- <test testName="onedpl_test_group_load" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" /> -->
148+
<test testName="onedpl_test_group_sort" configFile="config/TEMPLATE_help_function.xml" />
149+
<!-- <test testName="onedpl_test_group_load" configFile="config/TEMPLATE_help_function.xml" /> -->
150150
<test testName="onedpl_test_transform_reduce" configFile="config/TEMPLATE_help_function_skip_double.xml" splitGroup="double" />
151151
<test testName="onedpl_test_translate_key" configFile="config/TEMPLATE_help_function_skip_double.xml" splitGroup="double" />
152152
<test testName="onedpl_test_uninitialized_fill" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
@@ -155,7 +155,7 @@
155155
<test testName="onedpl_test_unique_count" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
156156
<test testName="onedpl_test_unique" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
157157
<test testName="onedpl_test_vector" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
158-
<test testName="onedpl_test_group_exchange" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
158+
<test testName="onedpl_test_group_exchange" configFile="config/TEMPLATE_help_function.xml" />
159159
<test testName="util_select_from_sub_group" configFile="config/TEMPLATE_help_function_usm.xml" />
160160
<test testName="util_shift_sub_group_left" configFile="config/TEMPLATE_help_function_usm.xml" />
161161
<test testName="util_shift_sub_group_right" configFile="config/TEMPLATE_help_function_usm.xml" />

0 commit comments

Comments
 (0)