Skip to content

Commit

Permalink
[SYCL] Added CTS test config (#1063)
Browse files Browse the repository at this point in the history
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
vladimirlaz authored Feb 18, 2020
1 parent 8a45134 commit febf832
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions buildbot/testlist.cfg
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

0 comments on commit febf832

Please sign in to comment.