Files
eigen/Eigen/src/Core
Antonio Sanchez 1296abdf82 Fix non-trivial Half constructor for CUDA.
Both CUDA and HIP require trivial default constructors for types used
in shared memory. Otherwise failing with
```
error: initialization is not supported for __shared__ variables.
```
2021-03-08 07:32:54 -08:00
..
2018-11-09 11:35:48 +01:00
2017-02-28 14:00:15 -08:00
2020-12-04 21:45:09 +00:00
2018-03-11 10:01:44 -04:00
2021-01-28 01:10:36 +01:00
2018-06-07 15:45:24 +02:00
2021-02-27 19:02:33 +01:00