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
warning: `eerietest` (bin "eerietest") generated 3 warnings (run `cargo fix --bin "eerietest"` to apply 2 suggestions)
Finished dev [unoptimized + debuginfo] target(s) in 1.36s
Running `target/debug/eerietest`
dense<[[1.000000e+00, 2.000000e+00], [3.000000e+00, 4.000000e+00]]> : tensor<2x2xf32>
error: type inference was requested for the operation tosa.const, but the operation does not support type inference; result types must be specified explicitly
thread 'main' panicked at /Users/gmmyung/.cargo/registry/src/index.crates.io-6f17d22bba15001f/melior-0.13.0/src/dialect/ods.rs:99:1:
valid operation: OperationBuild
What am I doing wrong? Any suggestions will be appreciated!
The text was updated successfully, but these errors were encountered:
Discussed in #370
Originally posted by gmmyung December 2, 2023
Hi,
I am currently working on a PoC of a AOT compiled ML framework in Rust using eerie (Rust binding to IREE).
I am fairly new to MLIR, and struggling from the following error:
What am I doing wrong? Any suggestions will be appreciated!
The text was updated successfully, but these errors were encountered: