LGTM, will push latter, thanks.
On Mon, Feb 17, 2014 at 11:32:47AM +0800, Yi Sun wrote: > Since OpenCL conformance doesn't cover these function at the moment, > we remove them temporarily. > > Signed-off-by: Yi Sun <[email protected]> > --- > utests/utest_math_gen.py | 28 +++++++++++----------------- > 1 file changed, 11 insertions(+), 17 deletions(-) > > diff --git a/utests/utest_math_gen.py b/utests/utest_math_gen.py > index f268739..2c701d1 100755 > --- a/utests/utest_math_gen.py > +++ b/utests/utest_math_gen.py > @@ -150,17 +150,17 @@ static float cospi(float x){ > } ''' > cospiUtests = > func('cospi','cospi',[cospi_input_type],cospi_output_type,[cospi_input_values],'2 > * FLT_ULP',cospi_cpu_func) > > - ##### gentype erf(gentype) > - erf_input_values = base_input_values > - erf_input_type = ['float','float2','float4','float8','float16'] > - erf_output_type = ['float','float2','float4','float8','float16'] > - erfUtests = > func('erf','erf',[erf_input_type],erf_output_type,[erf_input_values],'16 * > FLT_ULP') > - > - ##### gentype erfc(gentype) > - erfc_input_values = base_input_values > - erfc_input_type = ['float','float2','float4','float8','float16'] > - erfc_output_type = ['float','float2','float4','float8','float16'] > - erfcUtests = > func('erfc','erfc',[erfc_input_type],erfc_output_type,[erfc_input_values],'16 > * FLT_ULP') > +# ##### gentype erf(gentype) > +# erf_input_values = base_input_values > +# erf_input_type = ['float','float2','float4','float8','float16'] > +# erf_output_type = ['float','float2','float4','float8','float16'] > +# erfUtests = > func('erf','erf',[erf_input_type],erf_output_type,[erf_input_values],'16 * > FLT_ULP') > + > +# ##### gentype erfc(gentype) > +# erfc_input_values = base_input_values > +# erfc_input_type = ['float','float2','float4','float8','float16'] > +# erfc_output_type = ['float','float2','float4','float8','float16'] > +# erfcUtests = > func('erfc','erfc',[erfc_input_type],erfc_output_type,[erfc_input_values],'16 > * FLT_ULP') > > ##### gentype exp(gentype x) > exp_input_values = base_input_values > @@ -503,12 +503,6 @@ static float tanpi(float x){ > } ''' > tanpiUtests = > func('tanpi','tanpi',[tanpi_input_type],tanpi_output_type,[tanpi_input_values],'4 > * FLT_ULP',tanpi_cpu_func) > > - ##### gentype tgamma(gentype) > - tgamma_input_values = base_input_values > - tgamma_input_type = ['float','float2','float4','float8','float16'] > - tgamma_output_type = ['float','float2','float4','float8','float16'] > - tgammaUtests = > func('tgamma','tgamma',[tgamma_input_type],tgamma_output_type,[tgamma_input_values],'16 > * FLT_ULP') > - > ##### gentype trunc(gentype) > trunc_input_values = base_input_values > trunc_input_type = ['float','float2','float4','float8','float16'] > -- > 1.8.5.3 > > _______________________________________________ > Beignet mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/beignet _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
