Ahmed Hesham
3f7774b089
Migrate subgroups suite to the new test registration framework ( #2313 )
...
Contributes to #2181 .
Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com >
2025-03-09 09:53:47 +00:00
StrahinjaStamenkovic
482126d611
subgroup_functions_ext: fix missing flag initialization ( #1826 )
2023-11-14 09:10:57 -08:00
Stuart Brady
4ee8022230
Remove unused variables in subgroup tests ( #1460 )
...
Signed-off-by: Stuart Brady <stuart.brady@arm.com >
2022-08-04 15:04:14 +01:00
Stuart Brady
1161d788dd
Refactor logging of subgroup test start/pass messages ( #1361 )
...
Note that this also corrects the start messages logged for the
sub_group_ballot_bit_count/find_msb/find_lsb tests.
Signed-off-by: Stuart Brady <stuart.brady@arm.com >
2021-12-14 17:52:44 +00:00
Stuart Brady
1116a71ba2
Improve error handling in subgroup tests ( #1352 )
...
* MPGCOMP-14761 Improve error handling in subgroup tests
Signed-off-by: Stuart Brady <stuart.brady@arm.com >
* Add missing newline
2021-11-16 11:27:04 +00:00
Grzegorz Wawiorko
92844bead1
Extended subgroups - use 128bit masks ( #1215 )
...
* Extended subgroups - use 128bit masks
* Refactoring to avoid kernels code duplication
* unification kernel names as test_ prefix +subgroups function name
* use string literals that improve readability
* use kernel templates that limit code duplication
* WorkGroupParams allows define default kernel - kernel template for multiple functions
* WorkGroupParams allows define kernel for specific one subgroup function
Co-authored-by: Stuart Brady <stuart.brady@arm.com >
2021-10-01 11:28:37 +01:00
Grzegorz Wawiorko
71bef8563e
New subgroups - full changes set ( #1074 )
...
* Extended subgroups - extended types types
* Extended subgroups - non uniform vote tests
* Extended subgroups - non uniform arithmetic tests
* Extended subgroups - ballot tests
* Extended subgroups - clustered reduce tests
* Extended subgroups - shuffle tests
* Extended subgroups - formating issues
* Extended subgroups - review fixes
* Extended subgroups - review fixes
Fixed: removed additional brakes, kernel_sstr
* Extended subgroups - fix macos build error
* Extended subgroups - review fixes
Fixed: mac os build error
* Extended subgroups - data type verification example
* Extended subgroups - error unification
* Extended subgroups - fix header years
* Extended subgroups - use is_half_nan
* Extended subgroups - compare half as float
* Review fixes mostly for ballot functions.
- Modify kernels for better handling active/inactive workitems
- Modify gen/chk functions for handling non uniform workgroup sizes
- Introduce new variables naming convention
- minor fixes
* Extended subgroups - simplification data generation for ballot lsb/msb functions
* Extended subgroups - minor fixes
* Extended subgroups - move common code to function
* Extended subgroups - formatting errors fix
* Extended subgroups - fix build error
* Extended subgroups - sub_group_elect more sophisticated
Define mask which is 4bytes pattern where bit 1 means work item is active.
If workitem in subgroup matches pattern then run sub_group_elect()
* Extended subgroups - fix Ubuntu build error
* Extended subgroups - voting function review fixes
* adjust all function for using masks
* remove calculate templates
* merge code to one common template
* check results only in active workitems
* normalize values on host side
* minor fixes
* Extended subgroups - fix typos
* Set of fixes and improvements after review
* define WorkGroupParams to stop extended parameters list in function
* better workitems mask handing (WorkGroupParams)
* narrow values of data input generation to avoid overflows (arithmetic func)
* implement work item masks for arithmetic functions
* enable half type testing for reduction/scan/broadcast
* minor fixes
* Extended subgroups - fix Linux issues
* Extended subgroups - fix sub_group_local_id data type
* Extended subgroups - use vector instead of array.
* Extended subgroups - change names to subgroup
* Extended subgroups - uncomment code, fix build
* Extended subgroups - build fix, use cl_half_from_float func
* Extended subgroups - remove is_half_nan
* Extended subgroups - do no use undef min/max
* Extended subgroups - use parenthesis, fix formatting
2021-04-06 17:25:48 +01:00