Skip to content
Snippets Groups Projects
Commit f60d9d5d authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Minor adaptations for reduction test

parent 826ee8e2
No related branches found
No related tags found
1 merge request!438Reduction Support
Pipeline #73443 failed
...@@ -18,9 +18,9 @@ SOLUTION = { ...@@ -18,9 +18,9 @@ SOLUTION = {
@pytest.mark.parametrize('dtype', ["float64"]) @pytest.mark.parametrize('dtype', ["float64"])
@pytest.mark.parametrize("op", ["+", "-", "*", "min", "max"]) @pytest.mark.parametrize("op", ["+"]) #, "-", "*", "min", "max"
def test_reduction(dtype, op): def test_reduction(target, dtype, op):
gpu_avail = False gpu_avail = target is ps.Target.GPU
x = ps.fields(f'x: {dtype}[1d]') x = ps.fields(f'x: {dtype}[1d]')
w = ps.TypedSymbol("w", dtype) w = ps.TypedSymbol("w", dtype)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment