Switch to using ROCDL directly, as opposed to via HC. Add missing bits.

[ROCm/clr commit: 14e6a04387]
Este commit está contenido en:
Alex Voicu
2018-05-31 03:17:26 +01:00
padre bcf5b45d04
commit 2924783ee4
Se han modificado 10 ficheros con 1550 adiciones y 1045 borrados
@@ -23,11 +23,6 @@ THE SOFTWARE.
#include <hc_math.hpp>
#include "device_util.h"
extern "C" float __ocml_floor_f32(float);
extern "C" float __ocml_rint_f32(float);
extern "C" float __ocml_ceil_f32(float);
extern "C" float __ocml_trunc_f32(float);
__device__ float __double2float_rd(double x) { return (double)x; }
__device__ float __double2float_rn(double x) { return (double)x; }
__device__ float __double2float_ru(double x) { return (double)x; }