index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
CXX11
Commit message (
Expand
)
Author
Age
*
Merged in ezhulenev/eigen/tiling_3 (pull request PR-438)
Gael Guennebaud
2018-07-31
|
\
*
|
Speedup trivial tensor broadcasting on GPU by enforcing unaligned loads. See ...
Gael Guennebaud
2018-07-31
|
*
Rename Index to StorageIndex + use Eigen::Array and Eigen::Map when possible
Eugene Zhulenev
2018-07-27
|
*
Add tiled evaluation support to TensorExecutor
Eugene Zhulenev
2018-07-25
*
|
Reduce the number of template specializations of classes related to tensor co...
Rasmus Munk Larsen
2018-07-27
|
*
TensorBlockIO
Eugene Zhulenev
2018-07-23
|
/
*
Initial support of TensorBlock
Eugene Zhulenev
2018-07-20
*
PR430: Convert count to the reducer type in MeanReducer
Eugene Zhulenev
2018-07-19
*
Reduce number of allocations in TensorContractionThreadPool.
Eugene Zhulenev
2018-07-16
*
bug #1569: fix Tensor<half>::mean() on AVX with respective unit test.
Gael Guennebaud
2018-07-19
*
Assert that no output kernel is defined for GPU contraction
Eugene Zhulenev
2018-07-18
*
Specify default output kernel for TensorContractionOp
Eugene Zhulenev
2018-07-18
*
Added a move constructor and move assignment operator to Tensor and wrote som...
Viktor Csomor
2018-02-07
*
Fix TensorContractionOp evaluators for GPU and SYCL
Eugene Zhulenev
2018-07-17
*
applying EIGEN_DECLARE_TEST to *gpu* tests
Deven Desai
2018-07-17
*
Call OutputKernel in evalGemv
Eugene Zhulenev
2018-07-12
*
Remove SimpleThreadPool and always use {NonBlocking}ThreadPool
Eugene Zhulenev
2018-07-16
*
Fuse computations into the Tensor contractions using output kernel
Eugene Zhulenev
2018-07-10
*
Get rid of alias for m_broadcast.
Rasmus Munk Larsen
2018-07-13
*
Optimize the case where broadcasting is a no-op.
Rasmus Munk Larsen
2018-07-13
*
Introduce gpu_assert for assertion in device-code, and disable them with clan...
Gael Guennebaud
2018-07-13
*
Add deprecated header files for TensorFlow
Gael Guennebaud
2018-07-12
*
Updates corresponding to the latest round of PR feedback
Deven Desai
2018-07-11
*
merging updates from upstream
Deven Desai
2018-07-11
|
\
|
*
bug #1567: add optimized path for tensor broadcasting and 'Channel First' shape
Gael Guennebaud
2018-07-09
*
|
merging the CUDA and HIP implementation for the Tensor directory and the unit...
Deven Desai
2018-06-20
*
|
removing the *Hip files from the unsupported/Eigen/CXX11/src/Tensor and unsup...
Deven Desai
2018-06-20
*
|
renaming *Cuda files to *Gpu in the unsupported/Eigen/CXX11/src/Tensor and un...
Deven Desai
2018-06-20
*
|
updates based on PR feedback
Deven Desai
2018-06-14
*
|
syncing this fork with upstream
Deven Desai
2018-06-13
|
\
\
|
|
*
Fix oversharding bug in parallelFor.
Rasmus Munk Larsen
2018-06-20
|
|
/
|
*
Merge from eigen/eigen
Michael Figurnov
2018-06-07
|
|
\
|
|
*
Fix typos found using codespell
Gael Guennebaud
2018-06-07
|
*
|
Derivative of the incomplete Gamma function and the sample of a Gamma random ...
Michael Figurnov
2018-06-06
*
|
|
Adding support for using Eigen in HIP kernels.
Deven Desai
2018-06-06
|
/
/
|
*
Performance improvements to tensor broadcast operation
Vamsi Sripathi
2018-05-23
|
/
*
Merged in mfigurnov/eigen (pull request PR-400)
Benoit Steiner
2018-06-05
|
\
*
|
Add a ThreadPoolInterface* getter for ThreadPoolDevice.
Penporn Koanantakool
2018-06-02
|
*
Exponentially scaled modified Bessel functions of order zero and one.
Michael Figurnov
2018-05-31
|
/
*
Hyperlink DOIs against preferred resolver
Katrin Leinweber
2018-05-24
*
Merged in rmlarsen/eigen2 (pull request PR-393)
Benoit Steiner
2018-05-16
|
\
|
*
Rename clip2 to clamp.
Rasmus Munk Larsen
2018-05-16
|
*
Rename scalar_clip_op to scalar_clip2_op to prevent collision with existing f...
Rasmus Munk Larsen
2018-05-16
*
|
Merged in didierjansen/eigen (pull request PR-360)
Benoit Steiner
2018-05-16
|
\
\
|
|
/
|
/
|
*
|
Add vectorized clip functor for Eigen Tensors.
Rasmus Munk Larsen
2018-05-14
*
|
Enable RawAccess to tensor slices whenever possinle.
Benoit Steiner
2018-04-30
*
|
Avoid using memcpy for non-POD elements
Weiming Zhao
2018-04-11
|
*
Fix typos in the contraction example of tensor README
Lee.Deokjae
2018-01-06
*
|
Update the padding computation for PADDING_SAME to be consistent with TensorF...
Benoit Steiner
2018-01-30
|
\
\
*
|
|
Disable use of recurrence for computing twiddle factors. Fixes FFT precision ...
RJ Ryan
2017-12-31
|
|
/
|
/
|
[next]