Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCLomatic] Enable cub_arg_index_input_iterator #517

Open
wants to merge 1 commit into
base: SYCLomatic
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[SYCLomatic] Enable cub_arg_index_input_iterator
Signed-off-by: Wang, Yihan <yihan.wang@intel.com>
  • Loading branch information
yihanwg committed Nov 24, 2023
commit 70e409324b756c2bda7acae46a2c6e830eb836e9
2 changes: 1 addition & 1 deletion features/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<test testName="cub_counting_iterator" configFile="config/TEMPLATE_cub_device.xml" />
<test testName="cub_transform_iterator" configFile="config/TEMPLATE_cub_transform_iterator.xml" />
<test testName="cub_constant_iterator" configFile="config/TEMPLATE_cub_device.xml" />
<!-- <test testName="cub_arg_index_input_iterator" configFile="config/TEMPLATE_cub_device.xml" /> -->
<test testName="cub_arg_index_input_iterator" configFile="config/TEMPLATE_cub_device.xml" />
<test testName="cudnn_multiple_files" configFile="config/TEMPLATE_cudnn_multiple_files.xml" />
<test testName="cudnn-GetErrorString" configFile="config/TEMPLATE_cuDNN.xml" />
<test testName="cudnn-activation" configFile="config/TEMPLATE_cuDNN.xml" />
Expand Down