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
..
2017-11-10 14:11:22 +01:00
2017-11-27 22:11:57 +01:00