Skip to content
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

logdet #14666

Closed
profgandhi opened this issue Apr 27, 2023 · 2 comments · Fixed by #14835
Closed

logdet #14666

profgandhi opened this issue Apr 27, 2023 · 2 comments · Fixed by #14835
Labels
Sub Task a sub task which is stemming from a ToDo list issue

Comments

@profgandhi
Copy link
Contributor

No description provided.

@profgandhi profgandhi added the Sub Task a sub task which is stemming from a ToDo list issue label Apr 27, 2023
@profgandhi
Copy link
Contributor Author

@AnnaTz

import ivy.functional.frontends.torch as torch_frontend
a = torch_frontend.tensor([[2.,4.],[6.,7.]])
torch_frontend.det(a)
Calling torch_frontend.det(a) crashes the kernel <---

I tested on more functions like doing torch_frontend.log(a) this does not crash the kernel and outputs are as expected

Can you help me with it?

@AnnaTz AnnaTz linked a pull request Apr 28, 2023 that will close this issue
@AnnaTz
Copy link
Contributor

AnnaTz commented Apr 28, 2023

@AnnaTz

import ivy.functional.frontends.torch as torch_frontend a = torch_frontend.tensor([[2.,4.],[6.,7.]]) torch_frontend.det(a) Calling torch_frontend.det(a) crashes the kernel <---

I tested on more functions like doing torch_frontend.log(a) this does not crash the kernel and outputs are as expected

Can you help me with it?

Hi @profgandhi, this code runs fine on my end. There might be something wrong with your setup. Feel free to continue this discussion on your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sub Task a sub task which is stemming from a ToDo list issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants