[eigen-commits] commit/eigen: 19 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: 19 new changesets
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Sat, 19 Nov 2016 04:44:47 -0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=p2sXy4NRyDLJ08YbqPYw+vI0HVU=; b=xVM305SGTI8MOGCQhXE9/i6 asAZ/YlXqnaUj47Ph9MzJPNJI8Sve9+/6LtBN4G0LJKGV7RZC1MO8r3fvjyuEO+7 QmWhyzYHZg2v2HvVVF4mJuPXcxQ1BX8fxWICgd8ZCNUsiDkZKAj4/43KJmzIqet0 NAwx3a/TOdtYAqGUNZ7o=
19 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/513cfb7c46c3/
Changeset: 513cfb7c46c3
User: liwanski_
Date: 2016-11-17 11:47:13+00:00
Summary: Specialised basic math functions for SYCL device.
Affected #: 5 files
https://bitbucket.org/eigen/eigen/commits/f78192cc5c55/
Changeset: f78192cc5c55
User: liwanski_
Date: 2016-11-17 17:46:55+00:00
Summary: Fixed existing test.
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/43ca0651c9c2/
Changeset: 43ca0651c9c2
User: benoitsteiner
Date: 2016-11-17 19:56:44+00:00
Summary: Avoid calling log(0) or 1/0
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/2abecafef754/
Changeset: 2abecafef754
User: benoitsteiner
Date: 2016-11-18 04:27:54+00:00
Summary: Created a test to check that the sycl runtime can successfully report errors (like ivision by 0).
Small cleanup
Affected #: 2 files
https://bitbucket.org/eigen/eigen/commits/df21f8f3c7d2/
Changeset: df21f8f3c7d2
User: benoitsteiner
Date: 2016-11-18 05:29:15+00:00
Summary: Cleanup
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/76703dff4f6e/
Changeset: 76703dff4f6e
User: benoitsteiner
Date: 2016-11-18 05:51:48+00:00
Summary: Added a way to detect errors generated by the opencl device from the host
Affected #: 2 files
https://bitbucket.org/eigen/eigen/commits/42fe64704c14/
Changeset: 42fe64704c14
User: benoitsteiner
Date: 2016-11-18 06:53:37+00:00
Summary: Merged eigen/eigen into default
Affected #: 8 files
https://bitbucket.org/eigen/eigen/commits/b02ce82df458/
Changeset: b02ce82df458
User: liwanski_
Date: 2016-11-18 11:16:42+00:00
Summary: Now testing out (+=, =) in.FUNC() and out (+=, =) out.FUNC()
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/b5be28615090/
Changeset: b5be28615090
User: liwanski_
Date: 2016-11-18 16:01:48+00:00
Summary: Added isnan, isfinite and isinf for SYCL device. Plus test for that.
Affected #: 3 files
https://bitbucket.org/eigen/eigen/commits/5f5c85fab75f/
Changeset: 5f5c85fab75f
User: mehdi_goli
Date: 2016-11-18 16:20:42+00:00
Summary: Modifying TensorDeviceSycl.h to always create buffer of type uint8_t and convert them to the actual type at the execution on the device; adding the queue interface class to separate the lifespan of sycl queue and buffers,created for that queue, from Eigen::SyclDevice; modifying sycl tests to support the evaluation of the results for both row major and column major data layout on all different devices that are supported by Sycl{CPU; GPU; and Host}.
Affected #: 13 files
https://bitbucket.org/eigen/eigen/commits/3284877df5ef/
Changeset: 3284877df5ef
User: mehdi_goli
Date: 2016-11-18 16:34:54+00:00
Summary: adding Benoit changes on the TensorDeviceSycl.h
Affected #: 2 files
https://bitbucket.org/eigen/eigen/commits/ff581b75fd0e/
Changeset: ff581b75fd0e
User: benoitsteiner
Date: 2016-11-18 20:37:13+00:00
Summary: Fixed the cxx11_tensor_device_sycl test
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/6a412304e46e/
Changeset: 6a412304e46e
User: benoitsteiner
Date: 2016-11-18 20:38:06+00:00
Summary: Cleaned up the sycl device code
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/a53fe79f2879/
Changeset: a53fe79f2879
User: benoitsteiner
Date: 2016-11-18 21:44:20+00:00
Summary: Test broadcasting on OpenCL devices with 64 bit indexing
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/f35d2db5edca/
Changeset: f35d2db5edca
User: benoitsteiner
Date: 2016-11-19 00:26:50+00:00
Summary: Added the ability to run test exclusively OpenCL devices that are listed by sycl::device::get_devices().
Affected #: 2 files
https://bitbucket.org/eigen/eigen/commits/6aaf199019d1/
Changeset: 6aaf199019d1
User: benoitsteiner
Date: 2016-11-19 00:31:14+00:00
Summary: Only runs the cxx11_tensor_reduction_sycl on devices that are available.
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/8d2c620a3f77/
Changeset: 8d2c620a3f77
User: benoitsteiner
Date: 2016-11-19 00:43:27+00:00
Summary: Updated cxx11_tensor_device_sycl to run only on the OpenCL devices available on the host
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/36d697214345/
Changeset: 36d697214345
User: benoitsteiner
Date: 2016-11-19 00:58:09+00:00
Summary: Code cleanup
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/9ee57251432f/
Changeset: 9ee57251432f
User: benoitsteiner
Date: 2016-11-19 04:44:43+00:00
Summary: Merged in benoitsteiner/opencl (pull request #253)
OpenCL improvements
Affected #: 18 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.