Skip to content

Update interop.py #103

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

Merged
merged 3 commits into from
Oct 11, 2016
Merged

Update interop.py #103

merged 3 commits into from
Oct 11, 2016

Conversation

ZacDiggum
Copy link
Contributor

@ZacDiggum ZacDiggum commented Oct 10, 2016

add numpy u16 and s16 dtypes

add numpy u16 dtype
@@ -31,6 +31,7 @@
'f8' : Dtype.f64,
'b1' : Dtype.b8,
'u1' : Dtype.u8,
'u2' : Dtype.u16,
Copy link
Member

Choose a reason for hiding this comment

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

Is there no i2 type as well ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, there is :-)

@pavanky pavanky merged commit cafc208 into arrayfire:devel Oct 11, 2016
pavanky pushed a commit that referenced this pull request Nov 27, 2016
* Update interop.py

add numpy u16 dtype

* Add files via upload

* added numpy u16 and s16 dtypes
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

Successfully merging this pull request may close these issues.

2 participants