Skip to content

Commit a77f9bc

Browse files
authored
[SYCLomatic] Skip the failed usmnone dpl relevant cases. (#611)
Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>
1 parent c65617d commit a77f9bc

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

features/config/TEMPLATE_thrust_api.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
<platformRule OSFamily="Linux" kit="CUDA9.2" kitRange="OLDER" runOnThisPlatform="false"/>
1010
<platformRule OSFamily="Windows" kit="CUDA9.2" kitRange="OLDER" runOnThisPlatform="false"/>
1111
<optlevelRule excludeOptlevelNameString="cuda" />
12+
<optlevelRule excludeOptlevelNameString="usmnone" />
1213
</rules>
1314
</test>

features/config/TEMPLATE_thrust_exec.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
<platformRule OSFamily="Linux" kit="CUDA9.2" kitRange="OLDER" runOnThisPlatform="false"/>
1111
<platformRule OSFamily="Windows" kit="CUDA9.2" kitRange="OLDER" runOnThisPlatform="false"/>
1212
<optlevelRule excludeOptlevelNameString="cuda" />
13+
<optlevelRule excludeOptlevelNameString="usmnone" />
1314
</rules>
1415
</test>

features/features.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<test testName="thrust-unique_by_key_copy" configFile="config/TEMPLATE_thrust_exec.xml" />
3030
<test testName="thrust-unique_by_key" configFile="config/TEMPLATE_thrust_api.xml" />
3131
<test testName="thrust-for-hypre" configFile="config/TEMPLATE_thrust_exec.xml" />
32-
<test testName="thrust-rawptr-noneusm" configFile="config/TEMPLATE_thrust_noneusm_exec.xml" />
32+
<!-- <test testName="thrust-rawptr-noneusm" configFile="config/TEMPLATE_thrust_noneusm_exec.xml" /> -->
3333
<test testName="thrust-find" configFile="config/TEMPLATE_thrust_exec.xml" />
3434
<test testName="thrust-sort_by_key" configFile="config/TEMPLATE_thrust_exec.xml" />
3535
<test testName="thrust-inner_product" configFile="config/TEMPLATE_thrust_exec.xml" />

help_function/config/TEMPLATE_help_function_skip_cuda_backend.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
</files>
88
<rules>
99
<optlevelRule excludeOptlevelNameString="cuda" />
10+
<optlevelRule excludeOptlevelNameString="usmnone" />
1011
</rules>
1112
</test>

0 commit comments

Comments
 (0)