-
Notifications
You must be signed in to change notification settings - Fork 751
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Added CTS test config (#1063)
test_vector_operators is disabled as it takes ~4h to run on GPU Signed-off-by: Vladimir Lazarev <vladimir.lazarev@intel.com>
- Loading branch information
1 parent
8a45134
commit febf832
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
:test_accessor | ||
:test_address_space | ||
:test_atomic | ||
:test_buffer | ||
:test_context | ||
:test_device | ||
:test_device_event | ||
:test_device_selector | ||
:test_error | ||
:test_event | ||
:test_exception_handling | ||
:test_group | ||
:test_h_item | ||
:test_handler | ||
:test_header | ||
:test_hierarchical | ||
:test_id | ||
:test_image | ||
:test_invoke | ||
:test_item | ||
:test_kernel | ||
:test_kernel_args | ||
:test_math_builtin_api | ||
:test_multi_ptr | ||
:test_nd_item | ||
:test_nd_range | ||
:test_opencl_interop | ||
:test_platform | ||
:test_pointers | ||
:test_program | ||
:test_queue | ||
:test_range | ||
:test_sampler | ||
:test_scalars | ||
:test_std_classes | ||
:test_stream | ||
:test_vector_alias | ||
:test_vector_api | ||
:test_vector_constructors | ||
:test_vector_load_store | ||
# Disable test to speedup testing until JIT is optimized | ||
#:test_vector_operators | ||
:test_vector_swizzle_assignment | ||
:test_vector_swizzles | ||
:test_vector_swizzles_opencl |