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

fix(paddle_test): fixed dtype errors in manipulation.paddle.tile #28478

Merged
merged 7 commits into from
Mar 11, 2024

Conversation

alt-shreya
Copy link
Contributor

@alt-shreya alt-shreya commented Mar 4, 2024

PR Description

Failing test message:

RuntimeError: (NotFound) The kernel with key (CPU, Undefined(AnyLayout), bfloat16) of kernel `tile` is not registered. \n
Selected wrong DataType `bfloat16`. 
Paddle support following DataTypes: int32, int64, float64, complex128, float32, complex64, bool.

Paddle does not support bfloat16 datatype. I added this to unsupported datatypes

Related Issue

Closes #28360
Closes #28479
Closes #28480

Checklist

  • Did you add a function?
  • Did you add the tests?
  • Did you run your tests and are your tests passing?
  • Did pre-commit not fail on any check?
  • Did you follow the steps we provided?

Socials

@alt-shreya
Copy link
Contributor Author

alt-shreya commented Mar 4, 2024

@Ishticode tagging you here as you were assigned the last PR
I have added unsupported datatypes in the paddle frontend, and reverted earlier changes that limited dtypes in the paddle test files.

@ivy-leaves ivy-leaves added the Paddle Frontend Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist label Mar 4, 2024
@alt-shreya alt-shreya marked this pull request as ready for review March 5, 2024 06:12
@alt-shreya alt-shreya marked this pull request as draft March 5, 2024 06:16
@alt-shreya alt-shreya marked this pull request as ready for review March 5, 2024 06:27
Copy link
Contributor

@Ishticode Ishticode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much @alt-shreya :)

@Ishticode Ishticode merged commit b6aa875 into Transpile-AI:main Mar 11, 2024
134 of 141 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Paddle Frontend Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
Projects
None yet
4 participants