Skip to content

benchgc bench driver=mlir problem #336

@BRUCE11111

Description

@BRUCE11111
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 working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions