Skip to content

Commit

Permalink
feat: bump jll version and add opt pass
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Dec 19, 2024
1 parent 94e9576 commit cf47e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Preferences = "1.4"
Random = "1.10"
Random123 = "1.7"
ReactantCore = "0.1.3"
Reactant_jll = "0.0.26"
Reactant_jll = "0.0.27"
Scratch = "1.2"
Statistics = "1.10"
YaoBlocks = "0.13"
Expand Down
1 change: 1 addition & 0 deletions src/Compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ const opt_passes::String = join(
"if_inline<1>",
"if_to_select<1>",
"dynamic_update_slice_const_prop",
"dynamic_gather_op_is_not_dynamic<16>",
],
';',
) *
Expand Down

0 comments on commit cf47e4a

Please sign in to comment.