Hello,
I see that gpuR is not yet formally ported on ppc64le (IBM POWER8), but I am giving it a try. The initial effort ended in an error like below.
../inst/include/CL/cl_platform.h:390:12: error: ‘vector’ does not name a type
typedef vector unsigned char __cl_uchar16;
^
This error was easily solved by changing "typedef vector" in gpuR/inst/include/CL/cl_platform.h into "typedef __vector".
However, I ran into another trouble now after this stage, like below. Can you help me thru this, please ?
/usr/include/c++/5/bits/cpp_type_traits.h:98:24: error: expected primary-expression before ‘attribute’
enum { __value = bool(_Sp::__value) || bool(_Tp::__value) };
^
Cheers,
Hello,
I see that gpuR is not yet formally ported on ppc64le (IBM POWER8), but I am giving it a try. The initial effort ended in an error like below.
../inst/include/CL/cl_platform.h:390:12: error: ‘vector’ does not name a type
typedef vector unsigned char __cl_uchar16;
^
This error was easily solved by changing "typedef vector" in gpuR/inst/include/CL/cl_platform.h into "typedef __vector".
However, I ran into another trouble now after this stage, like below. Can you help me thru this, please ?
/usr/include/c++/5/bits/cpp_type_traits.h:98:24: error: expected primary-expression before ‘attribute’
enum { __value = bool(_Sp::__value) || bool(_Tp::__value) };
^
Cheers,