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
Describe the bug
~/buddy-mlir/examples/MLIRSparseTensor/sparse-tensor-binary.mlir can not run.The same problem will occur when running other files in this folder.
To Reproduce
Just run this command: ~/buddy-mlir/examples/MLIRSparseTensor$ make sparse-tensor-binary-run
Bug Info
./sparse-tensor-binary.mlir:1:22: error: unexpected key: dimLevelType
#SV = #sparse_tensor.encoding<{
^
Error: entry point not found
makefile:96: recipe for target 'sparse-tensor-binary-run' failed
make: *** [sparse-tensor-binary-run] Error 1
Desktop (please complete the following information):
Describe the bug
~/buddy-mlir/examples/MLIRSparseTensor/sparse-tensor-binary.mlir can not run.The same problem will occur when running other files in this folder.
To Reproduce
Just run this command: ~/buddy-mlir/examples/MLIRSparseTensor$ make sparse-tensor-binary-run
Bug Info
Desktop (please complete the following information):
Solution
should be replaced with
then run ~/buddy-mlir/examples/MLIRSparseTensor$ make sparse-tensor-binary-run, and you will get correct output like this:
The text was updated successfully, but these errors were encountered: