Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around compiler vectorization issue
With uint8_t types, the icpx compiler fails to vectorize even when calling begin() on our range within a kernel to pull out a raw pointer. To work around this issue, begin() needs to be called on the host and passed to the kernel Signed-off-by: Matthew Michel <[email protected]>
- Loading branch information