mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Add test for -cl-fp32-correctly-rounded-divide-sqrt to spir subtest.
This commit is contained in:
committed by
Alastair Murray
parent
f37a0292ac
commit
e1c9ffd394
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user