You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Met another problem in DASH. I tried to embed the below code into ArrayUDF. The compiler says that "unsigned long long" is not directly supported in DASH. The conversion to "unsigned long" is required but it fails. Any hint to resolve this ?
Thanks,
Bin
Code:
dash::SizeSpec<2, unsigned long long> dash_size_spec = dash::SizeSpec<2, unsigned long long>();
Error info from compiler:
opt/dash-0.4.0//include/dash/Cartesian.h:197:7: note: candidate
constructor (the implicit copy constructor) not viable: no known
conversion from 'SizeSpec<[...], unsigned long long>' to 'const
SizeSpec<[...], unsigned long>' for 1st argument
class SizeSpec : public CartesianSpace<NumDimensions, SizeType>
The text was updated successfully, but these errors were encountered:
Hi,
Met another problem in DASH. I tried to embed the below code into ArrayUDF. The compiler says that "unsigned long long" is not directly supported in DASH. The conversion to "unsigned long" is required but it fails. Any hint to resolve this ?
Thanks,
Bin
Code:
dash::SizeSpec<2, unsigned long long> dash_size_spec = dash::SizeSpec<2, unsigned long long>();
Error info from compiler:
The text was updated successfully, but these errors were encountered: