Certain ROCm versions (so far we have discovered that for versions > 7.1) the pow_scalar_complex.pass.cpp fails when optimization is turned on. The reason is that for __half datatypes the equality checks fail due to slightly different numberical results.
We will disable the affected tests for __half for now.
Certain ROCm versions (so far we have discovered that for versions > 7.1) the pow_scalar_complex.pass.cpp fails when optimization is turned on. The reason is that for
__halfdatatypes the equality checks fail due to slightly different numberical results.We will disable the affected tests for
__halffor now.