Closed philipportner closed 1 month ago
would it make sense to also add a test case when we spot a bug like this?
would it make sense to also add a test case when we spot a bug like this?
yes ofc! I already have them locally but forgot to push them with the PR and just want to let the CI run finish before I push again :)
I tested it, works fine
The EwUnary kernel used the C stdlib
abs
function which instead of the appropriate C++std::abs
function. This caused a bug where callingabs
with floating point values were cast to integer values during conversion.Closes #863