From 4d54c43d6c27be75b6cdf41fcfe9b112c63288e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=C3=A1nchez?= Date: Mon, 6 Nov 2023 18:58:43 +0000 Subject: [PATCH] Fix typo to allow nomalloc test to pass on AVX512. --- Eigen/src/Core/arch/AVX512/TrsmKernel.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Eigen/src/Core/arch/AVX512/TrsmKernel.h b/Eigen/src/Core/arch/AVX512/TrsmKernel.h index f0b179764..a3025ec2c 100644 --- a/Eigen/src/Core/arch/AVX512/TrsmKernel.h +++ b/Eigen/src/Core/arch/AVX512/TrsmKernel.h @@ -1082,7 +1082,7 @@ EIGEN_DONT_INLINE void trsmKernelR::kernel( size, otherSize, _tri, triStride, _other, otherIncr, otherStride); @@ -1098,7 +1098,7 @@ EIGEN_DONT_INLINE void trsmKernelR::kernel( size, otherSize, _tri, triStride, _other, otherIncr, otherStride); @@ -1132,7 +1132,7 @@ EIGEN_DONT_INLINE void trsmKernelL::kernel( size, otherSize, _tri, triStride, _other, otherIncr, otherStride); @@ -1148,7 +1148,7 @@ EIGEN_DONT_INLINE void trsmKernelL::kernel( size, otherSize, _tri, triStride, _other, otherIncr, otherStride);