ROCm/ROCm-Device-Libs

mulF.cl implemented x + y

Closed this issue · 5 comments

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;
}

Good grief! Thanks for pointing this out, and apologies for any headaches it caused. Will fix ASAP.

Fix will not be in ROCm 5.7.

Wondering do you guys have any test for ocml functions? This typo is so apparent. I want to test too.