Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/srdatalog/ir/codegen/cuda/complete_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
has_tiled_cartesian_eligible,
)
from srdatalog.ir.codegen.cuda.plugin import plugin_gen_host_view_setup, plugin_view_count
from srdatalog.ir.mir.passes import ep_has_work_stealing

# Pure-template phase emitters now live in the dialect's runner module.
# Local aliases preserve the legacy call sites until the rest of this
Expand Down Expand Up @@ -75,6 +74,7 @@
compute_total_view_count,
source_spec_key,
)
from srdatalog.ir.mir.passes import ep_has_work_stealing

# -----------------------------------------------------------------------------
# Source spec extraction helpers (mirror Nim's inline lambdas)
Expand Down
Loading