Skip to content
Snippets Groups Projects
Commit bcbaf7d1 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'master' of haamster:src/pyopencl

parents 6fee7617 c8b00293
No related branches found
No related tags found
No related merge requests found
...@@ -78,8 +78,8 @@ if have_cl(): ...@@ -78,8 +78,8 @@ if have_cl():
test_floor = make_unary_function_test("ceil", (-10, 10)) test_floor = make_unary_function_test("ceil", (-10, 10))
test_fabs = make_unary_function_test("fabs", (-10, 10)) test_fabs = make_unary_function_test("fabs", (-10, 10))
test_exp = make_unary_function_test("exp", (-3, 3), 1e-5) test_exp = make_unary_function_test("exp", (-3, 3), 1e-5)
test_log = make_unary_function_test("log", (1e-5, 1), 5e-7) test_log = make_unary_function_test("log", (1e-5, 1), 1e-6)
test_log10 = make_unary_function_test("log10", (1e-5, 1), 3e-7) test_log10 = make_unary_function_test("log10", (1e-5, 1), 5e-7)
test_sqrt = make_unary_function_test("sqrt", (1e-5, 1), 2e-7) test_sqrt = make_unary_function_test("sqrt", (1e-5, 1), 2e-7)
test_sin = make_unary_function_test("sin", (-10, 10), 1e-7) test_sin = make_unary_function_test("sin", (-10, 10), 1e-7)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment