Skip to content

Commit 639707d

Browse files
authored
[SYCLomatic] Temparialy disable 5 tests on cuda backend (#739)
Signed-off-by: Jiang, Zhiwei <[email protected]>
1 parent 85bfb35 commit 639707d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

help_function/config/test_default_queue_2.xml

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

help_function/help_function.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<test testName="dpct_dpct_pi" configFile="config/TEMPLATE_help_function_usm.xml" />
4646
<test testName="atomic_atomic_fetch_sub" configFile="config/TEMPLATE_help_function.xml" />
4747
<test testName="atomics_noneusm_verification" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
48-
<test testName="atomics_usm_verification" configFile="config/TEMPLATE_help_function.xml" />
48+
<test testName="atomics_usm_verification" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
4949
<test testName="blas_utils_getrf" configFile="config/TEMPLATE_help_function_blas_usmnone.xml" splitGroup="double"/>
5050
<test testName="blas_utils_getrf-usm" configFile="config/TEMPLATE_help_function_blas_usm.xml" splitGroup="double"/>
5151
<test testName="blas_utils_getrf-complex" configFile="config/TEMPLATE_help_function_blas_usmnone.xml" splitGroup="double"/>
@@ -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.xml" />
149-
<test testName="onedpl_test_group_load" configFile="config/TEMPLATE_help_function.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" />
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.xml" />
158+
<test testName="onedpl_test_group_exchange" configFile="config/TEMPLATE_help_function_skip_cuda_backend.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)