Description
The num_vector_lanes and num_copies definitions have changed name to more intuitive names
- num_simd_work_items
- num_compute_units
Resolution
Use num_simd_work_items and num_compute_units instead of the old name num_vector_lanes and num_copies. The functionality stays exactly the same.