We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I rollback to commit 7feb80 for onnx to hls, but scalehls-opt shows the error message:
lenet.onnx.mlir:14:3: error: custom op 'func.func' is unknown func.func @main_graph(%arg0: memref<1x3x32x32xf32>) -> memref<1x10xf32> attributes {input_names = ["input.1"], llvm.emit_c_interface, output_names = ["18"]} {
may I ask which commit of onnx-mlir and llvm(mlir for onnx-mlir) should I use for onnx model?
mlir of lenet: https://drive.google.com/file/d/1mchlqAhFy-gfCnnc6EkoNlvw7ZNV2Ga3/view?usp=sharing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I rollback to commit 7feb80 for onnx to hls, but scalehls-opt shows the error message:
lenet.onnx.mlir:14:3: error: custom op 'func.func' is unknown
func.func @main_graph(%arg0: memref<1x3x32x32xf32>) -> memref<1x10xf32> attributes {input_names = ["input.1"], llvm.emit_c_interface, output_names = ["18"]} {
may I ask which commit of onnx-mlir and llvm(mlir for onnx-mlir) should I use for onnx model?
mlir of lenet: https://drive.google.com/file/d/1mchlqAhFy-gfCnnc6EkoNlvw7ZNV2Ga3/view?usp=sharing
The text was updated successfully, but these errors were encountered: