Charles Schlosser
|
a798d07659
|
Fix tensor stridedlinearbuffercopy
|
2023-08-03 20:36:42 +00:00 |
|
Rasmus Munk Larsen
|
86a43d8c04
|
Fix clang-tidy warning
|
2023-07-31 21:26:28 +00:00 |
|
Alejandro Acosta
|
24d15e086f
|
[SYCL-2020] Add test to validate SYCL in Eigen core.
|
2023-07-28 15:45:08 +00:00 |
|
Chip Kerchner
|
7769eb1b2e
|
Fix problems with recent changes and Tensorflow in Power
|
2023-07-26 16:24:58 +00:00 |
|
Yingnan Wu
|
ba1cb6e45e
|
Fixes #2703 by adding max_digits10 function
|
2023-07-26 16:02:52 +00:00 |
|
Charles Schlosser
|
6e7abeae69
|
fix arm build warnings
|
2023-07-17 20:37:27 +00:00 |
|
Charles Schlosser
|
21cd3fe209
|
Optimize check_rows_cols_for_overflow
|
2023-07-10 17:40:17 +00:00 |
|
Charles Schlosser
|
1a2bfca8f0
|
Fix annoying warnings
|
2023-07-07 20:19:58 +00:00 |
|
Rasmus Munk Larsen
|
2709f4c8fb
|
Use relative path to include EmulateArray.h in CXX11Meta.h, and get rid of redundant meta-programming code, which was moved to Core.
|
2023-05-09 23:21:35 +00:00 |
|
Rasmus Munk Larsen
|
9a02c977ec
|
Use relative paths to include Meta.h and MaxSizeVector.h in Tensor
|
2023-05-09 22:07:55 +00:00 |
|
Mehdi Goli
|
0623791930
|
[SYCL-2020] Enabling USM support for SYCL. SYCL-1.2.1 did not have support for USM.
|
2023-05-05 17:30:36 +00:00 |
|
Andrzej Ciarkowski
|
1698c367a0
|
Use std::shared_ptr for FFTW/IMKL FFT plan implementation; Fixes #2651
|
2023-05-05 16:58:23 +00:00 |
|
Antonio Sánchez
|
1f79a6078f
|
Return NaN in ndtri for values outside valid input range.
|
2023-05-05 16:27:26 +00:00 |
|
Tobias Wood
|
94f57867fe
|
Thread pool
|
2023-05-05 16:23:34 +00:00 |
|
Pedro Gonnet
|
874f5947f4
|
Add half-Packet operations to StridedLinearBufferCopy .
|
2023-05-01 16:09:31 +00:00 |
|
Rasmus Munk Larsen
|
b378014fef
|
Make sure we return +/-1 above the clamping point for Erf().
|
2023-04-18 20:53:01 +00:00 |
|
Charles Schlosser
|
e2bbf496f6
|
Use select ternary op in tensor select evaulator
|
2023-04-18 20:52:16 +00:00 |
|
Rasmus Munk Larsen
|
1e223a956c
|
Add missing 'f' in float literal in SpecialFunctionsImpl.h that triggers implicit conversion warning.
|
2023-04-18 17:33:29 +00:00 |
|
Rasmus Munk Larsen
|
3026fc0d3c
|
Improve accuracy of erf().
|
2023-04-14 16:57:56 +00:00 |
|
Rasmus Munk Larsen
|
b0f877f8e0
|
Don't crash on empty tensor contraction.
|
2023-04-05 17:06:14 +00:00 |
|
Rasmus Munk Larsen
|
df1049ddf4
|
Small packet math cleanup.
|
2023-04-04 16:14:32 +00:00 |
|
Rasmus Munk Larsen
|
b8b8a26145
|
Add more missing vectorized casts for int on x86, and remove redundant unit tests
|
2023-03-24 16:02:00 +00:00 |
|
Colin Broderick
|
8f9b8e3630
|
Replaced all instances of internal::(U)IntPtr with std::(u)intptr_t. Remove ICC workaround.
|
2023-03-21 16:50:23 +00:00 |
|
Antonio Sánchez
|
2c8011c2dd
|
Fix arm builds.
|
2023-03-20 16:59:38 +00:00 |
|
Rasmus Munk Larsen
|
0488b708b4
|
Vectorize tensor.isnan() by using typed predicates.
|
2023-03-16 04:04:22 +00:00 |
|
Charles Schlosser
|
d670039309
|
fix tensor comparison test
|
2023-03-06 13:11:14 +00:00 |
|
Antonio Sánchez
|
ba7417f146
|
Fix gpu conv3d out-of-resources failure.
|
2023-02-28 21:25:00 +00:00 |
|
Charles Schlosser
|
826627f653
|
vectorize comparisons and select by enabling typed comparisons
|
2023-02-25 20:52:11 +00:00 |
|
Rasmus Munk Larsen
|
1c0a6cf228
|
Get rid of EIGEN_HAS_AVX512_MATH workaround.
|
2023-02-23 23:16:41 +00:00 |
|
Mehdi Goli
|
c3f67063ed
|
[SYCL-2020]- null placeholder accessor issue in Reduction SYCL test
|
2023-02-22 17:44:53 +00:00 |
|
Charles Schlosser
|
049a144798
|
Add typed logicals
|
2023-02-18 01:23:47 +00:00 |
|
Chip Kerchner
|
54459214a1
|
Fix epsilon and dummy_precision values in long double for double doubles. Prevented some algorithms from converging on PPC.
|
2023-02-16 23:35:42 +00:00 |
|
Rasmus Munk Larsen
|
07aaa62e6f
|
Fix compiler warnings in tests.
|
2023-02-14 02:29:03 +00:00 |
|
Antonio Sánchez
|
3f7e775715
|
Add IWYU export pragmas to top-level headers.
|
2023-02-08 17:40:31 +00:00 |
|
Antonio Sánchez
|
e256ad1823
|
Remove LGPL Code and references.
|
2023-02-08 01:25:06 +00:00 |
|
Antonio Sánchez
|
f6cc359e10
|
More EIGEN_DEVICE_FUNC fixes for CUDA 10/11/12.
|
2023-02-03 19:18:45 +00:00 |
|
Antonio Sánchez
|
17ae83a966
|
Fix bugs exposed by enabling GPU asserts.
|
2023-01-27 21:43:00 +00:00 |
|
Sean McBride
|
d70b4864d9
|
issue #2581: review and cleanup of compiler version checks
|
2023-01-17 18:58:34 +00:00 |
|
Mehdi Goli
|
b523120687
|
[SYCL-2020 Support] Enabling Intel DPCPP Compiler support to Eigen
|
2023-01-16 07:04:08 +00:00 |
|
Charles Schlosser
|
fa0bd2c34e
|
improve sparse permutations
|
2023-01-15 03:21:25 +00:00 |
|
Antonio Sánchez
|
262194f12c
|
Fix a bunch of minor build and test issues.
|
2023-01-06 16:37:26 +00:00 |
|
Antonio Sánchez
|
551eebc8ca
|
Add synchronize method to all devices.
|
2022-11-29 19:35:02 +00:00 |
|
Chris
|
6728683938
|
Small cleanup of IDRS.h
|
2022-11-16 13:51:23 +00:00 |
|
Antonio Sánchez
|
e5794873cb
|
Replace assert with eigen_assert.
|
2022-10-04 17:11:23 +00:00 |
|
Rasmus Munk Larsen
|
3c4637640b
|
Remove unused typedef.
|
2022-09-23 19:11:31 +00:00 |
|
Chao Chen
|
5ffe7b92e0
|
[ROCm] fixed gpuGetDevice unused message
|
2022-09-20 21:38:20 +00:00 |
|
chuckyschluz
|
8acbf5c11c
|
re-enable pow for complex types
|
2022-08-26 17:29:02 -04:00 |
|
Charles Schlosser
|
76a669fb45
|
add fixed power unary operation
|
2022-08-16 21:32:36 +00:00 |
|
Romain Biessy
|
2f7cce2dd5
|
[SYCL] Fix some SYCL tests
|
2022-08-16 17:37:54 +00:00 |
|
Antonio Sánchez
|
b8e93bf589
|
Eliminate bool bitwise warnings.
|
2022-08-09 22:42:30 +00:00 |
|