Skip to content

Commit

Permalink
Fix phase shifting for fusion.rkt module.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzoep authored and countvajhula committed Aug 3, 2024
1 parent 2f3085b commit 5edcb46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qi-lib/flow/core/compiler/deforest/fusion.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
syntax/parse
"syntax.rkt"
"../../passes.rkt"
"../../strategy.rkt")
"../../strategy.rkt"
(for-template "../../passes.rkt"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; The actual fusion generator implementation

Expand Down

0 comments on commit 5edcb46

Please sign in to comment.