SWDEV:253548 : remove gfx-arch macros

Change-Id: I1ef0b4e080c15a9c6228f48ecd6a65b134d0a72d
Este commit está contenido en:
Sarbojit Sarkar
2020-09-29 02:01:41 -04:00
cometido por Sarbojit Sarkar
padre 71586b02e3
commit 3f0e33adb5
Se han modificado 4 ficheros con 0 adiciones y 30 borrados
-9
Ver fichero
@@ -28,13 +28,6 @@ THE SOFTWARE.
#include "test_common.h"
#if __HIP_ARCH_GFX803__ || \
__HIP_ARCH_GFX900__ || \
__HIP_ARCH_GFX906__ || \
__HIP_ARCH_GFX908__ || \
__HIP_ARCH_GFX1010__ || \
__HIP_ARCH_GFX1012__
__device__ void test_convert() {
__half x;
float y = (float)x;
@@ -108,8 +101,6 @@ __global__ void testHalf2Abs(float2* p) {
*p = __half22float2(a);
}
#endif
__half host_ushort_as_half(unsigned short s) {
union {__half h; unsigned short s; } converter;