-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
func.func @entry(%input: tensor<1024x1024x1024xf32>) -> tensor<1024x1024x1024xf32> attributes { llvm.emit_c_interface } {
%empty = tensor.empty() : tensor<1024x1024x1024xf32>
%transpose1 = linalg.transpose
ins(%input:tensor<1024x1024x1024xf32>)
outs(%empty:tensor<1024x1024x1024xf32>)
permutation = [0, 2, 1]
func.return %transpose1 : tensor<1024x1024x1024xf32>
}
OMP_NUM_THREADS=1 python -m benchgc --mode=P --driver=mlir --case=xxx.mlir
error information:
Expected<T> must be checked before access or destruction.
Unchecked Expected<T> contained error:
Symbols not found: [ _mlir__mlir_ciface_entry ]Aborted (core dumped)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working