mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 00:39:03 +00:00
Merge vec_step and vec_align binaries into a new vectors binary (#926)
* Merge vec_step and vec_align binaries into a new vectors binary This change just merges the two suites to reuse common functions and definitions. There is probably room for further code consolidation but probably best done as a separate change. Contributes to #683 Signed-off-by: Kevin Petit <kevin.petit@arm.com> * format fixes
This commit is contained in:
@@ -39,8 +39,7 @@ add_subdirectory( profiling )
|
||||
add_subdirectory( relationals )
|
||||
add_subdirectory( select )
|
||||
add_subdirectory( thread_dimensions )
|
||||
add_subdirectory( vec_align )
|
||||
add_subdirectory( vec_step )
|
||||
add_subdirectory( vectors )
|
||||
add_subdirectory( c11_atomics )
|
||||
add_subdirectory( device_execution )
|
||||
add_subdirectory( non_uniform_work_group )
|
||||
|
||||
Reference in New Issue
Block a user