eigen/unsupported/doc/examples
Mehdi Goli 00f32752f7 [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master branch.
* Unifying all loadLocalTile from lhs and rhs to an extract_block function.
* Adding get_tensor operation which was missing in TensorContractionMapper.
* Adding the -D method missing from cmake for Disable_Skinny Contraction operation.
* Wrapping all the indices in TensorScanSycl into Scan parameter struct.
* Fixing typo in Device SYCL
* Unifying load to private register for tall/skinny no shared
* Unifying load to vector tile for tensor-vector/vector-tensor operation
* Removing all the LHS/RHS class for extracting data from global
* Removing Outputfunction from TensorContractionSkinnyNoshared.
* Combining the local memory version of tall/skinny and normal tensor contraction into one kernel.
* Combining the no-local memory version of tall/skinny and normal tensor contraction into one kernel.
* Combining General Tensor-Vector and VectorTensor contraction into one kernel.
* Making double buffering optional for Tensor contraction when local memory is version is used.
* Modifying benchmark to accept custom Reduction Sizes
* Disabling AVX optimization for SYCL backend on the host to allow SSE optimization to the host
* Adding Test for SYCL
* Modifying SYCL CMake
2019-11-28 10:08:54 +00:00
..
SYCL [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master branch. 2019-11-28 10:08:54 +00:00
BVH_Example.cpp Fix compilation of BVH example 2016-06-14 11:32:09 +02:00
CMakeLists.txt [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master branch. 2019-11-28 10:08:54 +00:00
EulerAngles.cpp Merge Hongkai Dai correct range calculation, and remove ranges from API. 2016-10-14 16:03:28 +03:00
FFT.cpp fix warnings for doc-eigen-prerequisites 2018-07-24 21:59:15 +02:00
MatrixExponential.cpp
MatrixFunction.cpp
MatrixLogarithm.cpp
MatrixPower_optimal.cpp
MatrixPower.cpp
MatrixSine.cpp
MatrixSinh.cpp
MatrixSquareRoot.cpp
PolynomialSolver1.cpp Fix bug #314: 2012-11-06 15:25:50 +01:00
PolynomialUtils1.cpp