You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, the kernels are not executed by the main module. Not sure which part affects the inference.
I have two kernels: bn1.mlir and relu.mlir. They are called in the main.mlir. I delete the execution part and only print an array.
In some cases, the kernels are not executed by the main module. Not sure which part affects the inference.
I have two kernels:
bn1.mlir
andrelu.mlir
. They are called in themain.mlir
. I delete the execution part and only print an array.bn1.mlir:
relu.mlir
main.mlir
compile.sh
If these two modules are executed, you'll see the printed arrays. With option
--lower-composite
, it doesn't print anything.The text was updated successfully, but these errors were encountered: