| commit | cdb377d0cba4889fc909d1bbdd430b988db0db97 | [log] [tgz] |
|---|---|---|
| author | Deven Desai <deven.desai.amd@gmail.com> | Fri Sep 06 16:03:49 2019 +0000 |
| committer | Deven Desai <deven.desai.amd@gmail.com> | Fri Sep 06 16:03:49 2019 +0000 |
| tree | 57b19e0d3c401c11270bfc03bc913eac0485d4bb | |
| parent | 747c6a51ca36f2cb0d519b83a8a03191b283dfb2 [diff] |
Fix for the HIP build+test errors introduced by the ndtri support. The fixes needed are * adding EIGEN_DEVICE_FUNC attribute to a couple of funcs (else HIPCC will error out when non-device funcs are called from global/device funcs) * switching to using ::<math_func> instead std::<math_func> (only for HIPCC) in cases where the std::<math_func> is not recognized as a device func by HIPCC * removing an errant "j" from a testcase (don't know how that made it in to begin with!)
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.
For pull request please only use the official repository at https://bitbucket.org/eigen/eigen.
For bug reports and feature requests go to http://eigen.tuxfamily.org/bz.