Skip to content

Commit

Permalink
Re-enable constexpr hoisting
Browse files Browse the repository at this point in the history
  • Loading branch information
aviator19941 committed Feb 14, 2024
1 parent 2f128d1 commit 2f0263f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/turbine_models/custom_models/sd_inference/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def compile_to_vmfb(module_str, device, target_triple, max_alloc, safe_name):
"--iree-llvmcpu-target-triple=x86_64-linux-gnu",
"--iree-stream-resource-index-bits=64",
"--iree-vm-target-index-bits=64",
#"--iree-opt-const-expr-hoisting=False",
"--iree-flow-inline-constants-max-byte-length=1",
]
if device == "cpu":
Expand Down

0 comments on commit 2f0263f

Please sign in to comment.