Add half and quarter vector support to HVX architecture

This commit is contained in:
Cheng Wang
2024-01-22 21:23:21 +00:00
committed by Antonio Sánchez
parent 05a457534f
commit 2c6b61c006
3 changed files with 724 additions and 128 deletions

View File

@@ -378,10 +378,6 @@ using std::ptrdiff_t;
#include "src/Core/arch/AVX512/GemmKernel.h"
#endif
#if defined(EIGEN_VECTORIZE_HVX)
#include "src/Core/arch/HVX/GeneralBlockPanelKernel.h"
#endif
#include "src/Core/Select.h"
#include "src/Core/VectorwiseOp.h"
#include "src/Core/PartialReduxEvaluator.h"