Skip to content
Snippets Groups Projects
Commit b1e4c38a authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Update the loopy submodule

parent 9c96d0b3
No related branches found
No related tags found
No related merge requests found
......@@ -486,7 +486,9 @@ def extract_kernel_from_cache(tag, wrap_in_cgen=True):
# Construct an options object
from loopy import Options
opt = Options(ignore_boostable_into=True)
opt = Options(ignore_boostable_into=True,
check_dep_resolution=False,
)
# Find a name for the kernel
if wrap_in_cgen:
......
loopy @ 2f0cac0b
Subproject commit 32e23d2247e7eb73657f20f575368a79d3473fc8
Subproject commit 2f0cac0bc927fe2b3394801419f88a781c2150e9
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