Skip to content

Commit

Permalink
Revert "[SYCLomatic] Disable 4 case temporarily due to pulldown (#499)"
Browse files Browse the repository at this point in the history
Signed-off-by: Jiang, Zhiwei <[email protected]>
  • Loading branch information
zhiweij1 committed Nov 16, 2023
1 parent 336c99e commit dc23146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion features/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<test testName="thrust-inner_product" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-reduce_by_key" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-pinned-allocator" configFile="config/TEMPLATE_thrust_pinned_allocator.xml" />
<!-- <test testName="thrust_minmax_element" configFile="config/TEMPLATE_thrust_api.xml" /> -->
<test testName="thrust_minmax_element" configFile="config/TEMPLATE_thrust_api.xml" />
<test testName="thrust_partition" configFile="config/TEMPLATE_thrust_api.xml" />
<test testName="thrust_detail_types" configFile="config/TEMPLATE_thrust_api.xml" />
<test testName="thrust_is_sorted" configFile="config/TEMPLATE_thrust_api.xml" />
Expand Down
6 changes: 3 additions & 3 deletions help_function/help_function.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,16 @@
<test testName="onedpl_test_remove_if" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<test testName="onedpl_test_replace_copy_if" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<test testName="onedpl_test_sequence" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<!--<test testName="onedpl_test_segmented_sort_pairs" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" /> -->
<test testName="onedpl_test_segmented_sort_pairs" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<test testName="onedpl_test_set_difference_by_key" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<test testName="onedpl_test_set_intersection_by_key" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<test testName="onedpl_test_set_symmetric_difference_by_key" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<test testName="onedpl_test_set_union_by_key" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<!-- <test testName="onedpl_test_sort_by_key" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" /> -->
<test testName="onedpl_test_sort_by_key" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<test testName="onedpl_test_sort_keys" configFile="config/TEMPLATE_help_function_skip_double.xml" />
<test testName="onedpl_test_sort_pairs" configFile="config/TEMPLATE_help_function_skip_double.xml" />
<test testName="onedpl_test_null_type" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<!-- <test testName="onedpl_test_segmented_sort_keys" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" /> -->
<test testName="onedpl_test_segmented_sort_keys" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<test testName="onedpl_test_stable_partition_copy" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<test testName="onedpl_test_stable_partition" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<test testName="onedpl_test_sys_tag_utils" configFile="config/TEMPLATE_help_function_usm.xml" />
Expand Down

0 comments on commit dc23146

Please sign in to comment.