[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: Fri, 28 Jun 2019 17:30:00 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=WlCPYqd23Nx8qqj4TKZziIapKXA=; b=OQi+y4m7CqeeYfx/hfRD676 41MFdniH5LnhGUx2hDE9D9htVwWzcvlMk/Z1iZ1q7EKvfvfZS1dtZboBAfYQvFoE q7pt7GAlgna2j4xLijxF3IOJznueIaWBqAA8tgAVdN3ZTHoMBjasildIDpK++Vh8 YT+wWmAD3sGqKq7fONYs=
2 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/866b6c524d1d/
Changeset: 866b6c524d1d
Branch: Modified-Tensor-Module-To-Support-SYCL
User: mehdi_goli
Date: 2019-06-28 09:08:23+00:00
Summary: [SYCL] This PR adds the minimum modifications to the Eigen unsupported module required to run it on devices supporting SYCL.
* Abstracting the pointer type so that both SYCL memory and pointer can be captured.
* Converting SYCL virtual pointer to SYCL device memory in Eigen evaluator class.
* Binding SYCL placeholder accessor to command group handler by using bind method in Eigen evaluator node.
* Adding SYCL macro for controlling loop unrolling.
* Modifying the TensorDeviceSycl.h and SYCL executor method to adopt the above changes.
Affected #: 47 files
https://bitbucket.org/eigen/eigen/commits/ef3927b5d0ee/
Changeset: ef3927b5d0ee
User: rmlarsen
Date: 2019-06-28 17:11:56+00:00
Summary: [SYCL] This PR adds the minimum modifications to the Eigen unsupported module required to run it on devices supporting SYCL.
* Abstracting the pointer type so that both SYCL memory and pointer can be captured.
* Converting SYCL virtual pointer to SYCL device memory in Eigen evaluator class.
* Binding SYCL placeholder accessor to command group handler by using bind method in Eigen evaluator node.
* Adding SYCL macro for controlling loop unrolling.
* Modifying the TensorDeviceSycl.h and SYCL executor method to adopt the above changes.
Affected #: 47 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.