Move converting constructor from _Float16 under macro guard. Refactor.

This commit is contained in:
Alex Voicu
2018-05-25 19:46:41 +01:00
parent 59a046dd2d
commit 40dad93426
2 changed files with 272 additions and 394 deletions
+1 -1
View File
@@ -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__