Skip to content

Commit

Permalink
[SYCLomatic] Enable 8 thrust cases disabled by pulldown
Browse files Browse the repository at this point in the history
Signed-off-by: chenwei.sun <[email protected]>
  • Loading branch information
tomflinda committed Nov 5, 2023
1 parent d01f784 commit b591890
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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-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-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 b591890

Please sign in to comment.