-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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: fix issues with tile
function in Ivy Functional API
#28402
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Compliance Checks Passed!
tile
function in Ivy Functional API
c5f18a9
to
33caf91
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jacksondm33
Thanks for the PR
There are countless failures based on this PR that you may check under logs at https://github.com/unifyai/ivy/actions/runs/8068356045/job/22049814695?pr=28402
Could it be due to changes to astype
which is a very fundamental function or due to changes in mean
?
@Ishticode Okay, I'll try to see if I can find any failing tests caused by my changes. However, the tests system decided to run a lot more tests than usual for a PR, so I'm guessing that many of these tests are already failing on the latest commit without my changes. |
33caf91
to
273ff65
Compare
e642bff
to
4f3f531
Compare
5e691ef
to
0b9564d
Compare
0b9564d
to
f90fb07
Compare
f90fb07
to
41228de
Compare
I modified the intelligent-tests-pr workflow to also run the determined tests on the |
PR Description
Fixes multiple issues related to the
tile
function in the Ivy Functional API:tile
tile
Tensor.repeat
Related Issue
Closes #28264
Closes #28265
Closes #28403
Closes #28322
Checklist
Socials