Add explicit casts for a few ops that assumed it could implicitly cast to/from
float and int for all types T. (The assumption doesn't hold for Eigen::half.) These were all ops I could find in CPU implementation; probably, some remain for GPU (and some other problems remain before we can turn on Eigen::half for all of them). Change: 118464463
Loading
Please sign in to comment