-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
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
From _torch_mlir import _get_mlir ERROR #196
Comments
Docs were out of date. Just updated them: b0ac040 |
Thank you, This can be run. I have a question that why the data type of torch-mlir is represented as np.ndarray, not tensor directly ? |
Tensor is not mutable. |
rsuderman
pushed a commit
that referenced
this issue
May 17, 2024
…ering (#3351) Addresses [Shark-Turbine #196](nod-ai/SHARK-TestSuite#196) Related tracker [Shark-Turbine #566](nod-ai/SHARK-ModelDev#566) Related onnx.Resize issues [Shark-Turbine #616](nod-ai/SHARK-ModelDev#616)
BaneTrifa
pushed a commit
to BaneTrifa/torch-mlir
that referenced
this issue
May 24, 2024
…ering (llvm#3351) Addresses [Shark-Turbine llvm#196](nod-ai/SHARK-TestSuite#196) Related tracker [Shark-Turbine llvm#566](nod-ai/SHARK-ModelDev#566) Related onnx.Resize issues [Shark-Turbine llvm#616](nod-ai/SHARK-ModelDev#616)
sjarus
pushed a commit
to sjarus/torch-mlir
that referenced
this issue
Jun 6, 2024
…ering (llvm#3351) Addresses [Shark-Turbine llvm#196](nod-ai/SHARK-TestSuite#196) Related tracker [Shark-Turbine llvm#566](nod-ai/SHARK-ModelDev#566) Related onnx.Resize issues [Shark-Turbine llvm#616](nod-ai/SHARK-ModelDev#616)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have successfully build the llvm, mlir , and pytorch front, generate the _mlir and _torch_mlir *.so file. And I have add thems into PATHPYTHON . But when I test, there exist some error:
Import Error
The
_torch_mlir
module can be import successfully in python, I have testhelp(_torch_mlir)
andtype(_torch_mlir)
in python, but the printed result not found_get_mlir
function.code
The text was updated successfully, but these errors were encountered: