Files
eigen/unsupported/Eigen/src
Deven Desai cdb377d0cb 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!)
2019-09-06 16:03:49 +00:00
..
2018-08-17 16:28:28 +02:00
2018-12-09 23:05:46 +01:00
2019-03-15 15:29:17 +01:00
2019-02-19 21:59:53 +01:00