2709f4c8fbUse relative path to include EmulateArray.h in CXX11Meta.h, and get rid of redundant meta-programming code, which was moved to Core.
Rasmus Munk Larsen
2023-05-09 23:21:35 +0000
9a02c977ecUse relative paths to include Meta.h and MaxSizeVector.h in Tensor
Rasmus Munk Larsen
2023-05-09 22:07:55 +0000
96c42771d6Make it possible to override the synchonization primitives used by the threadpool using macros.
Rasmus Munk Larsen
2023-05-09 19:36:17 +0000
2af03fb685clean up array_cwise test
Charles Schlosser
2023-05-04 16:02:08 +0000
fda1373a15Fix ColMajor BF16 GEMV for when vector is RowMajor
Chip Kerchner
2023-05-03 20:12:50 +0000
fdc749de2aJacobiSVD: set m_nonzeroSingularValues to zero if not finite
Charles Schlosser
2023-05-02 17:48:21 +0000
6418ac0285Unroll F32 to BF16 loop - 1.8X faster conversions for LLVM. Use vector pairs for GCC.
Chip Kerchner
2023-05-01 16:54:16 +0000
874f5947f4Add half-Packet operations to StridedLinearBufferCopy.
Pedro Gonnet
2023-05-01 16:09:31 +0000
c9a14f48d9SSE Packet4ui has pcmp, pmin, pmax
Charles Schlosser
2023-04-28 20:36:08 +0000
0b51f763cbRevert "Geometry/EulerAngles: make sure that returned solution has canonical ranges"
Rasmus Munk Larsen
2023-04-27 00:06:23 +0000
2d0c6ad873Revert "Vectorize cast"
Antonio Sánchez
2023-04-26 18:03:36 +0000
8999525c29AVX2: Packet4ul has pmul, abs2
Charles Schlosser
2023-04-26 16:22:16 +0000
eb5ff1861aVectorize cast
Charles Schlosser
2023-04-26 02:50:13 +0000
3918768be1Fix sparse iterator and tests.
Antonio Sánchez
2023-04-25 19:05:49 +0000
70410310a4Fix boolean bitwise and warning.
Antonio Sanchez
2023-04-25 15:24:49 +0000
f6cf5dca80Packet4ul does not have Abs2
Charles Schlosser
2023-04-21 19:48:01 +0000
03f646b7e3New VSX version of BF16 GEMV (Power) - up to 6.7X faster
Chip Kerchner
2023-04-21 17:06:59 +0000
29c8e3c754fix pow for uint32_t, disable pmul<Packet4ul>
Charles Schlosser
2023-04-21 05:47:56 +0000
7f06bcae2cGeometry/EulerAngles: make sure that returned solution has canonical ranges
Juraj Oršulić
2023-04-19 19:12:24 +0000
a347dbbab2Delete last few occurences of HasHalfPacket.
Rasmus Munk Larsen
2023-04-19 10:36:59 -0700
b378014fefMake sure we return +/-1 above the clamping point for Erf().
Rasmus Munk Larsen
2023-04-18 13:27:47 -0700
e2bbf496f6Use select ternary op in tensor select evaulator
Charles Schlosser
2023-04-18 20:52:16 +0000
2b954be663fix typo in sse packetmath
Charles Schlosser
2023-04-18 18:17:41 +0000
25685c90adFix incorrect packet type for unsigned int version of pfirst() in MSVC workaround in PacketMath.h.
Rasmus Munk Larsen
2023-04-18 17:46:23 +0000
1e223a956cAdd missing 'f' in float literal in SpecialFunctionsImpl.h that triggers implicit conversion warning.
Rasmus Munk Larsen
2023-04-18 17:33:29 +0000
3f3ce214e6New BF16 pcast functions and move type casting to TypeCasting.h
Chip Kerchner
2023-04-18 02:38:38 +0000
17b5b4de58Add Packet4ui, Packet8ui, and Packet4ul to the SSE/AVXPacketMath.h headers
Pedro Gonnet
2023-04-17 23:33:59 +0000
87300c93caRefactor IndexedView
Charles Schlosser
2023-04-17 12:32:50 +0000
1148f0a9ecAdd dynamic dispatch to BF16 GEMM (Power) and new VSX version
Chip Kerchner
2023-04-14 22:20:42 +0000
3026fc0d3cImprove accuracy of erf().
Rasmus Munk Larsen
2023-04-14 16:57:56 +0000
554fe02ae3Enable new AVX512 GEMM kernel by default.
Rasmus Munk Larsen
2023-04-12 13:39:06 -0700
0d12fcc34eInsert from triplets
Charles Schlosser
2023-04-12 20:01:48 +0000
990a282fc4exclude Eigen/Core and Eigen/src/Core from being ignored due to core ignore rule
Rob Conde
2023-04-12 10:36:08 -0400
b0eded878dDOC: Update documentation for 3.4.x
Rohit Goswami
2023-04-06 19:20:41 +0000
d54d228b49Limit the number of build jobs to 8 and link jobs to 4 for PowerPC. This should help reduce the OOM build problems.
Chip Kerchner
2023-03-15 16:29:41 +0000
23e1541863Put deadcode checks back in from previous change.
Chip Kerchner
2023-03-14 00:57:16 +0000
6c58f0fe1fRevert changes that made BF16 GEMM to cause bad register spillage for LLVM (Power)
Chip Kerchner
2023-03-13 23:36:06 +0000
8fe6190001Add numext::isnan for AnnoyingOrange^H^H^H^H^H^HScalar.
Rasmus Munk Larsen
2023-03-13 21:19:35 +0000
79de101d23Handle PropagateFast the same way as PropagateNaN in minmax visitor to
Rasmus Munk Larsen
2023-03-13 20:47:11 +0000