ivy icon indicating copy to clipboard operation
ivy copied to clipboard

setxor1d

Open Sarvesh-Kesharwani opened this issue 1 year ago • 1 comments

image

ar1: ivy.array([0, 0]) ar2: ivy.array([1, 1])

Closed https://github.com/unifyai/ivy/issues/11989

Sarvesh-Kesharwani avatar Jun 26 '23 08:06 Sarvesh-Kesharwani

If you are working on an open task, please edit the PR description to link to the issue you've created.

For more information, please check ToDo List Issues Guide.

Thank you :hugs:

ivy-leaves avatar Jun 26 '23 08:06 ivy-leaves

image

ar1: ivy.array([0, 0]) ar2: ivy.array([1, 1])

Closed #11989

Hey @Sarvesh-Kesharwani. Can you provide me more details as to which backend is failing ?

hmahmood24 avatar Jul 02 '23 08:07 hmahmood24

This PR has been labelled as stale because it has been inactive for more than 7 days. If you would like to continue working on this PR, then please add another comment or this PR will be closed in 7 days.

ivy-seed avatar Jul 21 '23 05:07 ivy-seed

waiting for review.

Sarvesh-Kesharwani avatar Jul 21 '23 10:07 Sarvesh-Kesharwani

you're using the data types that are not available in paddlepaddle. please have a look.

E   RuntimeError: (NotFound) The kernel with key (CPU, Undefined(AnyLayout), bfloat16) of kernel `argsort` is not registered. Selected wrong DataType `bfloat16`. Paddle support following DataTypes: int32, int64, float64, float32.

Issue resolved!

Sarvesh-Kesharwani avatar Jul 24 '23 15:07 Sarvesh-Kesharwani