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

Support for integer types #4

Closed
karlrupp opened this issue Feb 22, 2013 · 1 comment
Closed

Support for integer types #4

karlrupp opened this issue Feb 22, 2013 · 1 comment

Comments

@karlrupp
Copy link
Collaborator

We should support viennacl::vector and the like.
Pitfalls:

  • Operations on vectors with different type, e.g. adding vector to vector
  • Result type of norm_2(x) for an integer-vector?
  • Conversion between host types and OpenCL types (cl_int and int might have different binary format). Fortunately this is already addressed with the new viennacl::backend::typesafe_host_array<> implementation.
@karlrupp
Copy link
Collaborator Author

karlrupp commented Sep 4, 2013

Operations on vectors with the same type now supported. Unsigned integer vectors do not support subtractions so far. Closing issue now, please open more specific issues as needed.

@karlrupp karlrupp closed this as completed Sep 4, 2013
tsmithe referenced this issue Aug 12, 2014
…ith an assert; and don't presume that MEMORY_NOT_INITIALIZED means the same as 'use some default context'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant