Files
eigen/Eigen/src/Core/arch/GPU
Antonio Sanchez 8cfe0db108 Fix host/device calls for __half.
The previous code had `__host__ __device__` functions calling `__device__`
functions (e.g. `__low2half`) which caused build failures in tensorflow.
Also tried to simplify the `#ifdef` guards to make them more clear.
2020-12-08 20:31:02 +00:00
..
2020-12-08 20:31:02 +00:00