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
pkestene
changed the title
Example random_sul.py fails because int32 is not a supported type for a reduction
Example random_sum.py fails because int32 is not a supported type for a reduction
Dec 1, 2023
Currently example random_sum.py fails at compile time with the following error:
the main reason is that the generated file
bindings.cpp
is instantiating the accumulator variable a double instead of int32.This can be fixed in
core/translators/bindings.py
The text was updated successfully, but these errors were encountered: