Skip to content
Snippets Groups Projects
Commit f84c7477 authored by Matt Wala's avatar Matt Wala
Browse files

Disable caching.

parent 5d8af29e
Branches
Tags
1 merge request!85Add a regression test for #23.
Pipeline #
......@@ -260,7 +260,8 @@ def test_dependent_loop_bounds_4():
loopy_knl = lp.fix_parameters(loopy_knl, dim=3)
lp.generate_code_v2(loopy_knl)
with lp.CacheMode(False):
lp.generate_code_v2(loopy_knl)
def test_independent_multi_domain(ctx_factory):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment