Skip to content
Commit 5851b04b authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[bugfix] Avoid vanishing predicates

Previously predicates, that could be hoisted up to a CallKernel
schedule item were silently dropped by the DummyHostASTBuilder.
This commit fixes the issue, by introducing a property whether
an AST builder is able to implement conditionals. If not so, the
hoisting of predicates is turned off (aka delayed until device
code is generated).
parent 095644a7
Loading
Loading
Loading
Pipeline #8838 failed with stage
in 21 minutes and 19 seconds