Skip to content

Commit 3c855e2

Browse files
anmyachevwhitneywhtsang
authored andcommitted
[intel] change add_triton_scf_to_cf -> add_scf_to_cf after 0e3bf60
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 202e01c commit 3c855e2

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
@@ -313,7 +313,7 @@ def make_llir(src, metadata, options):
313313
pm = ir.pass_manager(mod.context)
314314
pm.enable_debug()
315315

316-
passes.convert.add_triton_scf_to_cf(pm)
316+
passes.convert.add_scf_to_cf(pm)
317317
passes.convert.add_index_to_llvmir(pm)
318318
# FIXME: Advanced path uses custom type conversion and needs hacky
319319
# solutions for SLM allocation, so this will crash on some operations

0 commit comments

Comments
 (0)