-
Notifications
You must be signed in to change notification settings - Fork 801
[NativeCPU] Avoid using vector_t in NativeCPU #20649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NativeCPU] Avoid using vector_t in NativeCPU #20649
Conversation
This commit avoid the use of the to-be-removed sycl::vec::vector_t in the native-cpu utilities. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
|
@aelovikov-intel - There are no other nativecpu reviewers, but since you worked on removing the |
|
Would llvm/sycl/include/sycl/detail/generic_type_traits.hpp Lines 117 to 194 in 62397e8
|
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Interesting idea! Let's try! |
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
This commit avoid the use of the to-be-removed sycl::vec::vector_t in the native-cpu utilities.