ROCm-Device-Libs
ROCm-Device-Libs copied to clipboard
tgammaf becomes inf for tiny values of its argument
tgammaf returns inf for |x|<= 0x1.fffffcp-127. This is the largest float for which x*x=0; Other libraries return a value equal to 1/x (8.50706e+37)
Thanks, we'll take a look.
This has been fixed.