[eigen-commits] commit/eigen: 2 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: 2 new changesets
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Thu, 28 Nov 2019 16:19:33 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bitbucket.org; h=content-type:mime-version:content-transfer-encoding:subject:from:to; s=s1; bh=vMmciA1UK1EZB6QSYbCqcwBX8/8GZGEy7/qfXK0nt1g=; b=RT5Yp6r xhbP3SxeJkBLDbKAlvRsl/bCGiOKTw46/+UGNlx9EcCsGjILO7OuveDWXXx2+VGI TLe2J9kI4h/F2hQ/qRUx/JztUKyJuIJUtdn4df4xG484R+O68nYtXuSk65mR1tcr u2OL8DxqNK9J76rLy40Jz3e8shIRCQ0bOD60=
2 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/9107643958fc/
Changeset: 9107643958fc
Branch: SYCL-Backend
User: mehdi_goli
Date: 2019-11-28 10:08:54+00:00
Summary: [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
Affected #: 56 files
https://bitbucket.org/eigen/eigen/commits/05938ca314cb/
Changeset: 05938ca314cb
User: rmlarsen
Date: 2019-11-28 16:19:25+00:00
Summary: Merged in codeplaysoftware/eigen/SYCL-Backend (pull request #691)
SYCL Backend
Approved-by: Rasmus Larsen <rmlarsen@xxxxxxxxxx>
Affected #: 56 files
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.