intel / graph-compiler

Apache License 2.0
27 stars 14 forks source link

fix BenchGC execution issue when driver is mlir #337

Closed xurui1995 closed 3 weeks ago

xurui1995 commented 3 weeks ago

when driver is mlir, the llvm.emit_c_interface is not added automatically. This PR added the llvm.emit_c_interface attr after creating the ir module.