Files
eigen/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-09-18 04:15:01 -04:00
2018-03-11 10:01:44 -04:00
2019-02-19 14:00:15 +01:00
2017-03-07 11:25:58 +01:00
2019-09-03 00:50:51 +02:00
2019-09-04 23:00:21 +02:00
2019-05-13 19:02:30 +02:00
2019-05-23 15:31:12 +02:00