diff --git a/test/test_matmul.py b/test/test_matmul.py index 55504a877c752eda3474ca09f87bfb1fe5f06443..b0b3b123a33920d549c477cabfc96ae5c4f2ef4b 100644 --- a/test/test_matmul.py +++ b/test/test_matmul.py @@ -94,7 +94,7 @@ def test_axpy(ctx_factory): queue = cl.CommandQueue(ctx, properties=cl.command_queue_properties.PROFILING_ENABLE) - n = get_suitable_size(ctx)**3 + n = 20*1024**2 knl = lp.LoopKernel(ctx.devices[0], "[n] -> {[i]: 0<=i