Add test for -cl-fp32-correctly-rounded-divide-sqrt to spir subtest.

This commit is contained in:
Yaxun (Sam) Liu
2015-12-02 17:31:17 -05:00
committed by Alastair Murray
parent f37a0292ac
commit e1c9ffd394
3 changed files with 39 additions and 3 deletions

View File

@@ -4136,6 +4136,18 @@ bool test_math_brute_force (cl_device_id device, cl_uint size_t_width, const cha
"math_kernel3.cospi_float3",
"math_kernel2.cospi_float2",
"math_kernel.cospi_float",
"math_kernel4.div_float4",
"math_kernel16.div_float16",
"math_kernel8.div_float8",
"math_kernel2.div_float2",
"math_kernel3.div_float3",
"math_kernel.div_float",
"math_kernel4.div_cr_float4",
"math_kernel16.div_cr_float16",
"math_kernel8.div_cr_float8",
"math_kernel2.div_cr_float2",
"math_kernel3.div_cr_float3",
"math_kernel.div_cr_float",
"math_kernel16.exp_float16",
"math_kernel4.exp_float4",
"math_kernel3.exp_float3",
@@ -4478,6 +4490,12 @@ bool test_math_brute_force (cl_device_id device, cl_uint size_t_width, const cha
"math_kernel2.sqrt_float2",
"math_kernel3.sqrt_float3",
"math_kernel.sqrt_float",
"math_kernel4.sqrt_cr_float4",
"math_kernel16.sqrt_cr_float16",
"math_kernel8.sqrt_cr_float8",
"math_kernel2.sqrt_cr_float2",
"math_kernel3.sqrt_cr_float3",
"math_kernel.sqrt_cr_float",
"math_kernel8.tan_float8",
"math_kernel16.tan_float16",
"math_kernel4.tan_float4",