-
Notifications
You must be signed in to change notification settings - Fork 64
Unable to create a sparse matrix from the host #189
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
Comments
mlloreda
added a commit
to mlloreda/arrayfire-python
that referenced
this issue
Oct 22, 2018
Casted row and column index arrays to be of s32 type prior to passing in to lib call. Previously failing due to failing assertions.
mlloreda
added a commit
to mlloreda/arrayfire-python
that referenced
this issue
Oct 22, 2018
Casted row and column index arrays to be of s32 type prior to passing in to lib call. Previously failing due to failing assertions.
Thank you for reporting this, @ELBe7ery. Incorrect array types were being passed in to ArrayFire. PR #198 contains fix. |
pavanky
pushed a commit
that referenced
this issue
Oct 23, 2018
Casted row and column index arrays to be of s32 type prior to passing in to lib call. Previously failing due to failing assertions.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to follow the documentation in order to create a sparse matrix of type csr
though i am having this error
I am not sure what is the main cause of the error here; as much as i know i am passing the correct types for all the args. Can anyone provide an example ?
The text was updated successfully, but these errors were encountered: