sycl-blas
sycl-blas copied to clipboard
Special case of vector_view when stride = 1
We should add a special case of vector_view when stride is one (the most common case) to enable special optimizations in this case. This requires adding a template parameter to the vector view for stride=1.