Skip to content

Commit 1b88a16

Browse files
Revert fallback
1 parent c0b7415 commit 1b88a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/intel/backend/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def make_ttir(cls, mod, metadata, opt):
207207
pm = ir.pass_manager(mod.context)
208208
pm.enable_debug()
209209
passes.common.add_inliner(pm)
210-
#intel.passes.ttir.add_convert_tdesc_to_block_pointer(pm)
210+
intel.passes.ttir.add_convert_tdesc_to_block_pointer(pm)
211211
passes.ttir.add_rewrite_tensor_descriptor_to_pointer(pm)
212212
passes.common.add_cse(pm)
213213
passes.common.add_licm(pm)

0 commit comments

Comments
 (0)