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

[backport] support order argument in cupy.ones, cupy.full and cupy.eye #3699

Merged
merged 4 commits into from Aug 17, 2020

Conversation

takagi
Copy link
Member

@takagi takagi commented Jul 31, 2020

Backport of #3655

support order argument in cupy.ones, cupy.full and cupy.eye
@takagi takagi added backport Pull-requests backported from development branch cat:bug Bugs labels Jul 31, 2020
@takagi
Copy link
Member Author

takagi commented Jul 31, 2020

[automatic post] Jenkins, test this please.

@pfn-ci-bot
Copy link
Collaborator

Successfully created a job for commit c53bf90:

@takagi takagi added this to the v7.8.0 milestone Jul 31, 2020
@chainer-ci
Copy link
Member

Jenkins CI test (for commit c53bf90, target branch v7) failed with status FAILURE.

@emcastillo emcastillo self-assigned this Aug 3, 2020
@emcastillo
Copy link
Member

Seems like it is not working well 😅

@takagi
Copy link
Member Author

takagi commented Aug 7, 2020

I've fixed that, PTAL!

@leofang
Copy link
Member

leofang commented Aug 11, 2020

Jenkins, test this please

@pfn-ci-bot
Copy link
Collaborator

Successfully created a job for commit 9c39c76:

@chainer-ci
Copy link
Member

Jenkins CI test (for commit 9c39c76, target branch v7) failed with status FAILURE.

@leofang
Copy link
Member

leofang commented Aug 11, 2020

I think we may need to skip older numpy for eye().

@leofang
Copy link
Member

leofang commented Aug 12, 2020

Jenkins, test this please

@chainer-ci
Copy link
Member

Jenkins CI test (for commit b0085d4, target branch v7) failed with status FAILURE.

@@ -161,11 +161,19 @@ def test_empty_zero_sized_array_strides(self, order):
b = cupy.empty((1, 0, 2), dtype='d', order=order)
self.assertEqual(b.strides, a.strides)

@testing.for_CF_orders()
Copy link
Member

Choose a reason for hiding this comment

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

This line needs to be removed 😅

Copy link
Member Author

Choose a reason for hiding this comment

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

oh...

@leofang
Copy link
Member

leofang commented Aug 16, 2020

Jenkins, test this please

@chainer-ci
Copy link
Member

Jenkins CI test (for commit d0bb8f1, target branch v7) succeeded!

@emcastillo emcastillo merged commit db1b8db into cupy:v7 Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Pull-requests backported from development branch cat:bug Bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants