[eigen-commits] commit/eigen: 3 new changesets

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen-commits Archives ]


3 new commits in eigen:

https://bitbucket.org/eigen/eigen/commits/fc405df4ec93/
Changeset:   fc405df4ec93
User:        deven-amd
Date:        2018-11-19 18:13:59+00:00
Summary:     ROCm/HIP specfic fixes + updates


1. Eigen/src/Core/arch/GPU/Half.h

   Updating the HIPCC implementation half so that it can declared as a __shared__ variable


2. Eigen/src/Core/util/Macros.h, Eigen/src/Core/util/Memory.h

   introducing a EIGEN_USE_STD(func) macro that calls
   - std::func be default
   - ::func when eigen is being compiled with HIPCC

   This change was requested in the previous HIP PR
   (https://bitbucket.org/eigen/eigen/pull-requests/518/pr-with-hip-specific-fixes-for-the-eigen/diff)


3. unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h

   Removing EIGEN_DEVICE_FUNC attribute from pure virtual methods as it is not supported by HIPCC


4. unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h

   Disabling the template specializations of InnerMostDimReducer as they run into HIPCC link errors
Affected #:  5 files

https://bitbucket.org/eigen/eigen/commits/746a7d70c4d5/
Changeset:   746a7d70c4d5
User:        deven-amd
Date:        2019-03-19 20:52:38+00:00
Summary:     Merged eigen/eigen into default
Affected #:  261 files

https://bitbucket.org/eigen/eigen/commits/b5237bb1dd4b/
Changeset:   b5237bb1dd4b
User:        deven-amd
Date:        2019-03-19 21:45:25+00:00
Summary:     updates requested in the PR feedback. Also droping coded within #ifdef EIGEN_HAS_OLD_HIP_FP16
Affected #:  3 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.



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/