Knowledge Base Article
Why are the Altera OpenCL SDK definitions num_vector_lanes and num_copies not in the 13.0sp1 documentation?
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.
Updated 3 months ago
Version 3.0No CommentsBe the first to comment