forked from kokkos/kokkos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simd: support vector_aligned_tag (kokkos#6243)
* support vector_aligned_tag this SIMD load/store tag is defined in the ISO C++ TS and specifies that the load or store operation is being done with a pointer aligned to vector width. The Intel backends (AVX2, AVX512) do have different intrinsics in this case, and this enhancement allows users of Kokkos SIMD to make use of those intrinsics. * Made aligned_tags into aliases of corresponding loadstore_flags * clang-formatted * Replaced loadstore_flags with simd_flags * clang-formatted --------- Co-authored-by: Dong Hun Lee <donlee@sandia.gov>
- Loading branch information
Showing
10 changed files
with
419 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.