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:
Kévin Petit
2020-09-08 18:16:08 +01:00
committed by GitHub
parent 75ce4c5b0e
commit 869d5a1032
33 changed files with 618 additions and 1273 deletions

View File

@@ -31,8 +31,7 @@ Profiling,profiling/test_profiling
Events,events/test_events
Allocations (single maximum),allocations/test_allocations single 5 all
Allocations (total maximum),allocations/test_allocations multiple 5 all
VecAlign, vec_align/test_vecalign
VecStep, vec_step/test_vecstep
Vectors, vectors/test_vectors
Printf,printf/test_printf
Device Partitioning,device_partition/test_device_partition
1 #
31 VecStep, vec_step/test_vecstep Printf,printf/test_printf
32 Printf,printf/test_printf Device Partitioning,device_partition/test_device_partition
33 Device Partitioning,device_partition/test_device_partition # #########################################
34 # ######################################### # Buffers and images
# Buffers and images
35 # #########################################
36 Buffers,buffers/test_buffers
37 Images (API Info),images/clGetInfo/test_cl_get_info