Rasmus Munk Larsen
|
d791d48859
|
Fix AVX512FP16 build failure
|
2024-06-18 22:34:32 +00:00 |
|
Charles Schlosser
|
b430eb31e2
|
AVX512F double->int64_t cast
|
2024-06-15 17:45:02 +00:00 |
|
Tyler Veness
|
b9b1c8661e
|
Suppress C++23 deprecation warnings for std::has_denorm and std::has_denorm_loss
|
2024-05-17 15:55:22 +00:00 |
|
Chip Kerchner
|
4d1d14e069
|
Change predux on PowerPC for Packet4i to NOT saturate the sum of the elements (like other architectures).
|
2024-05-08 22:39:27 +00:00 |
|
Rasmus Munk Larsen
|
9000b37677
|
Fix new generic nearest integer ops on GPU.
|
2024-04-30 22:18:25 +00:00 |
|
Charles Schlosser
|
fb95e90f7f
|
Add truncation op
|
2024-04-29 23:45:49 +00:00 |
|
Antonio Sánchez
|
dcceb9afec
|
Unbork avx512 preduce_mul on MSVC.
|
2024-04-26 15:28:03 +00:00 |
|
Antonio Sanchez
|
1c8c734c8b
|
Fix sin/cos on PPC.
|
2024-04-24 15:58:03 -07:00 |
|
Rasmus Munk Larsen
|
112ad8b846
|
Revert part of !1583, which may cause underflow on ARM.
|
2024-04-22 21:14:38 +00:00 |
|
Charles Schlosser
|
5635d37f46
|
more pblend optimizations
|
2024-04-19 02:02:27 +00:00 |
|
Antonio Sánchez
|
f0795d35e3
|
Fix new psincos for ppc and arm32.
|
2024-04-19 00:31:09 +00:00 |
|
Chip Kerchner
|
ad452e575d
|
Fix compilation problems with PacketI on PowerPC.
|
2024-04-18 14:55:15 +00:00 |
|
Charles Schlosser
|
fcaf03ef7c
|
fix pendantic compiler warnings
|
2024-04-17 16:55:45 +00:00 |
|
Rasmus Munk Larsen
|
b5feca5d03
|
Fix build for pblend and psin_double, pcos_double when AVX but not AVX2 is supported.
|
2024-04-16 16:12:41 +00:00 |
|
Damiano Franzò
|
888fca0e2b
|
Simd sincos double
|
2024-04-15 21:12:32 +00:00 |
|
Charles Schlosser
|
6ad2ccea4e
|
Eigen pblend
|
2024-04-15 16:19:53 +00:00 |
|
Charles Schlosser
|
9099c5eac7
|
Handle missing AVX512 intrinsic
|
2024-04-14 16:41:23 +00:00 |
|
Charles Schlosser
|
122befe54c
|
Fix "unary minus operator applied to unsigned type, result still unsigned" on MSVC and other stupid warnings
|
2024-04-12 19:35:04 +00:00 |
|
Rasmus Munk Larsen
|
5226566a14
|
Speed up pldexp_generic.
|
2024-04-12 01:32:17 +00:00 |
|
Rasmus Munk Larsen
|
3c9109238f
|
Add support for Packet8l to AVX512.
|
2024-04-09 22:58:44 +00:00 |
|
Rasmus Munk Larsen
|
283d69294b
|
Guard AVX2 implementation of psignbit in PacketMath.h
|
2024-04-03 21:03:26 +00:00 |
|
Chip Kerchner
|
be54cc8ded
|
Fix preverse for PowerPC.
|
2024-04-03 20:09:06 +00:00 |
|
Charles Schlosser
|
776d86d8df
|
AVX: guard Packet4l definition
|
2024-04-01 00:31:46 +00:00 |
|
Charles Schlosser
|
f75e2297db
|
AVX2 - double->int64_t casting
|
2024-03-29 21:35:09 +00:00 |
|
Rasmus Munk Larsen
|
4dccaa587e
|
Use truncation rather than rounding when casting Packet2d to Packet2l.
|
2024-03-27 21:39:58 +00:00 |
|
Antonio Sánchez
|
c8d368bdaf
|
More fixes for 32-bit.
|
2024-03-26 22:53:38 +00:00 |
|
Antonio Sánchez
|
d8aa4d6ba5
|
Fix another instance of Packet2l on win32.
|
2024-03-26 15:48:44 +00:00 |
|
Charles Schlosser
|
5570a27869
|
cross3_product vectorization
|
2024-03-25 00:06:33 +00:00 |
|
Rasmus Munk Larsen
|
b86641a4c2
|
Add support for casting between double and int64_t for SSE and AVX2.
|
2024-03-22 22:32:29 +00:00 |
|
Antonio Sánchez
|
d883932586
|
Fix Packet*l for 32-bit builds.
|
2024-03-22 17:16:42 +00:00 |
|
Rasmus Munk Larsen
|
126ba1a166
|
Add Packet2l for SSE.
|
2024-03-11 19:54:55 +00:00 |
|
Antonio Sánchez
|
38fcedaf8e
|
Fix pexp complex test edge-cases.
|
2024-03-04 17:44:38 +00:00 |
|
Antonio Sánchez
|
6b365e74d6
|
Fix GPU build for ptanh_float.
|
2024-02-20 16:08:50 +00:00 |
|
Damiano Franzò
|
be06c9ad51
|
Implement float pexp_complex
|
2024-02-17 00:26:57 +00:00 |
|
Rasmus Munk Larsen
|
4d419e2209
|
Rename generic_fast_tanh_float to ptanh_float and move it to...
|
2024-02-16 21:27:22 +00:00 |
|
Antonio Sánchez
|
a24bf2e9a2
|
Disable float16 packet casting if native AVX512 f16 is available.
|
2024-02-14 20:05:00 +00:00 |
|
Antonio Sánchez
|
7b87b21910
|
Fix UB in bool packetmath test.
|
2024-02-09 19:46:45 +00:00 |
|
Antonio Sánchez
|
3ebaab8a63
|
Fix PPC rand and other failures.
|
2024-02-05 20:07:15 +00:00 |
|
Charles Schlosser
|
d626762e3f
|
improve random
|
2024-01-31 08:16:29 +00:00 |
|
Damiano Franzò
|
7fd7a3f946
|
Implement plog_complex
|
2024-01-30 19:06:05 +00:00 |
|
Antonio Sánchez
|
a73970a864
|
Fix arm32 issues.
|
2024-01-23 22:04:55 +00:00 |
|
Cheng Wang
|
2c6b61c006
|
Add half and quarter vector support to HVX architecture
|
2024-01-22 21:23:21 +00:00 |
|
Tobias Wood
|
f38e16c193
|
Apply clang-format
|
2023-11-29 11:12:48 +00:00 |
|
Antonio Sánchez
|
dd8c71e628
|
Fix typecasting for arm32
|
2023-11-23 00:47:50 +00:00 |
|
Pavel Labath
|
66b9f4ed5c
|
Fix (u)int64_t->float conversion on arm
|
2023-11-21 16:09:12 +00:00 |
|
Antonio Sánchez
|
4d54c43d6c
|
Fix typo to allow nomalloc test to pass on AVX512.
|
2023-11-06 18:58:43 +00:00 |
|
Rasmus Munk Larsen
|
a96545777b
|
Consolidate multiple implementations of divup/div_up/div_ceil.
|
2023-10-10 17:16:59 +00:00 |
|
Alejandro Acosta
|
ba47341a14
|
[SYCL-2020] Enabling half precision support for SYCL.
|
2023-09-13 09:12:40 +00:00 |
|
Chip Kerchner
|
4e598ad259
|
New panel modes for GEMM MMA (real & complex).
|
2023-09-06 20:03:45 +00:00 |
|
Charles Schlosser
|
81b48065ea
|
Fix arm32 float division and related bugs
|
2023-08-29 00:36:07 +00:00 |
|