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

Tosa doesn't float in torch.arange. #2762

Open
Abhishek-TyRnT opened this issue Jan 16, 2024 · 0 comments
Open

Tosa doesn't float in torch.arange. #2762

Abhishek-TyRnT opened this issue Jan 16, 2024 · 0 comments

Comments

@Abhishek-TyRnT
Copy link
Contributor

Abhishek-TyRnT commented Jan 16, 2024

Need to add support for torch.arange in TOSA dialect for fp32 dtype. I will send a PR for this

newling added a commit that referenced this issue Feb 27, 2024
Added Support for float dtype in in torch.arange in TOSA Dialect

This resolves the following issue :- 
#2762

The following test cases are passing after this change

1. ArangeDtypeIntModule_basic
2. ArangeFloatModule_basic
3. ArangeNegativeStartFloatModule_basic
4. ArangeStartFloatModule_basic
5. ArangeStartNegativeStepFloatModule_basic
6. ArangeStartOutDtypeModule_basic
7. ArangeStartStepFloatModule_basic

---------

Co-authored-by: James Newling <james.newling@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant