Move converting constructor from _Float16 under macro guard. Refactor.

[ROCm/hip commit: 0eec115bcd]
This commit is contained in:
Alex Voicu
2018-05-25 19:46:41 +01:00
parent 328e946c59
commit 8b039f989c
2 changed files with 272 additions and 394 deletions
File diff suppressed because it is too large Load Diff
@@ -23,9 +23,9 @@ THE SOFTWARE.
* HIT_END
*/
#include <iostream>
#include <hip/hip_fp16.h>
#include "hip/hip_runtime.h"
#include "test_common.h"
#if __HIP_ARCH_GFX803__ || __HIP_ARCH_GFX900__ || __HIP_ARCH_GFX906__