KhronosGroup / OpenCL-CTS

The OpenCL Conformance Tests
Apache License 2.0
178 stars 187 forks source link

math_brute_force: remove spurious tan skip check #1992

Open svenvh opened 1 week ago

svenvh commented 1 week ago

The skipTestingRelaxed check suffers the following problems:

The actual skipping of accuracy checks for derived implementations happens in Test(), so just remove skipTestingRelaxed as it does not seem to add any value.