Files
eigen/Eigen
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
..
2017-11-10 14:11:22 +01:00
2017-08-17 21:58:39 +02:00
2017-11-27 22:11:57 +01:00
2017-08-17 21:58:39 +02:00