Skip to content

Commit

Permalink
[SYCLomatic] Enable 8 thrust cases disabled by pulldown (#500)
Browse files Browse the repository at this point in the history
Signed-off-by: chenwei.sun <[email protected]>
  • Loading branch information
tomflinda authored Nov 16, 2023
1 parent e12eebf commit 0692ac0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions features/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
<test testName="thrust-for-h2o4gpu" configFile="config/TEMPLATE_thrust_api.xml" />
<test testName="thrust-vector" configFile="config/TEMPLATE_thrust_api.xml" />
<test testName="thrust-for-RapidCFD" configFile="config/TEMPLATE_thrust_api.xml" />
<!--<test testName="thrust-vector-2" configFile="config/TEMPLATE_thrust_exec.xml" /> -->
<!-- <test testName="thrust-binary-search" configFile="config/TEMPLATE_thrust_exec.xml" /> -->
<!-- <test testName="thrust-count" configFile="config/TEMPLATE_thrust_exec.xml" /> -->
<!-- <test testName="thrust-copy" configFile="config/TEMPLATE_thrust_exec.xml" /> -->
<test testName="thrust-vector-2" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-binary-search" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-count" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-copy" configFile="config/TEMPLATE_thrust_exec.xml" />
<!-- <test testName="thrust-qmc" configFile="config/thrust-qmc.xml" splitGroup="double"/> -->
<!-- <test testName="thrust-transform-if" configFile="config/TEMPLATE_thrust_exec.xml" /> -->
<!--<test testName="thrust-policy" configFile="config/TEMPLATE_thrust_exec_disable_noneusm.xml" /> -->
<!-- <test testName="thrust-list" configFile="config/TEMPLATE_thrust_exec.xml" /> -->
<test testName="thrust-transform-if" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-policy" configFile="config/TEMPLATE_thrust_exec_disable_noneusm.xml" />
<test testName="thrust-list" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-gather" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-gather_if" configFile="config/TEMPLATE_thrust_exec.xml" />
<!-- <test testName="thrust-merge_by_key" configFile="config/TEMPLATE_thrust_exec_disable_noneusm.xml" /> -->
<test testName="thrust-scatter" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-unique_by_key_copy" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-unique_by_key" configFile="config/TEMPLATE_thrust_api.xml" />
<!-- <test testName="thrust-for-hypre" configFile="config/TEMPLATE_thrust_exec.xml" /> -->
<!-- <test testName="thrust-rawptr-noneusm" configFile="config/TEMPLATE_thrust_noneusm_exec.xml" /> -->
<test testName="thrust-for-hypre" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-rawptr-noneusm" configFile="config/TEMPLATE_thrust_noneusm_exec.xml" />
<test testName="thrust-find" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-sort_by_key" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-inner_product" configFile="config/TEMPLATE_thrust_exec.xml" />
Expand Down

0 comments on commit 0692ac0

Please sign in to comment.