mulF.cl implemented x + y
Closed this issue · 5 comments
TBodyAltra commented
If you look into mulF.cl carefully, you will notice:
#include "mathF.h"
CONSTATTR float
MATH_MANGLE(mul_rte)(float x, float y)
{
return x + y;
}
b-sumner commented
Good grief! Thanks for pointing this out, and apologies for any headaches it caused. Will fix ASAP.
b-sumner commented
Fix will not be in ROCm 5.7.
TBodyAltra commented
Wondering do you guys have any test for ocml functions? This typo is so apparent. I want to test too.
TBodyAltra commented
@b-sumner thanks
lamb-j commented
Fixed here: