Skip to content

Commit

Permalink
[SYCLomatic #2063] Re-enable bindless image cases.
Browse files Browse the repository at this point in the history
Signed-off-by: Tang, Jiajun [email protected]
  • Loading branch information
tangjj11 committed Jul 2, 2024
1 parent 648a17b commit 1253763
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions features/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@
<test testName="image" configFile="config/TEMPLATE_image.xml" />
<test testName="text_experimental_build_only" configFile="config/TEMPLATE_image.xml" />
<test testName="text_experimental_build_only_before12" configFile="config/TEMPLATE_image_before_12.xml" />
<!-- <test testName="text_experimental_obj_array" configFile="config/TEMPLATE_image.xml" /> -->
<!-- <test testName="text_experimental_obj_mipmap" configFile="config/TEMPLATE_image.xml" /> -->
<!-- <test testName="text_experimental_obj_linear" configFile="config/TEMPLATE_image.xml" /> -->
<!-- <test testName="text_experimental_obj_pitch2d" configFile="config/TEMPLATE_image.xml" /> -->
<test testName="text_experimental_obj_array" configFile="config/TEMPLATE_image.xml" />
<test testName="text_experimental_obj_mipmap" configFile="config/TEMPLATE_image.xml" />
<test testName="text_experimental_obj_linear" configFile="config/TEMPLATE_image.xml" />
<test testName="text_experimental_obj_pitch2d" configFile="config/TEMPLATE_image.xml" />
<test testName="text_obj_array" configFile="config/TEMPLATE_image_skip_cuda.xml" />
<test testName="text_obj_linear" configFile="config/TEMPLATE_image_skip_cuda.xml" />
<test testName="text_obj_pitch2d" configFile="config/TEMPLATE_image_skip_cuda.xml" />
Expand Down
2 changes: 1 addition & 1 deletion help_function/help_function.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<test testName="device_dev_mgr" configFile="config/TEMPLATE_help_function.xml" />
<test testName="device_device_ext" configFile="config/TEMPLATE_help_function.xml" />
<test testName="device_device_info" configFile="config/TEMPLATE_help_function.xml" />
<!-- <test testName="bindless_images" configFile="config/TEMPLATE_help_function_skip_cpu_gpu.xml" /> -->
<test testName="bindless_images" configFile="config/TEMPLATE_help_function_skip_cpu_gpu.xml" />
<test testName="image_image_channel" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<test testName="image_image_matrix" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
<test testName="image_image_data" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
Expand Down

0 comments on commit 1253763

Please sign in to comment.