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

Fixed issue with create_sparse_from_host(). #198

Merged
merged 1 commit into from
Oct 23, 2018

Conversation

mlloreda
Copy link
Member

@mlloreda mlloreda commented 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.

Fixes #189.

Casted row and column index arrays to be of s32 type prior to passing in to
lib call. Previously failing due to failing assertions.
@pavanky
Copy link
Member

pavanky commented Oct 23, 2018

@mlloreda can you send the patch to master and later cherry pick to 3.6?

@mlloreda mlloreda changed the base branch from v3.6 to master October 23, 2018 13:49
@mlloreda
Copy link
Member Author

Sounds good, @pavanky. Changed base to master.

@pavanky pavanky merged commit 988f432 into arrayfire:master Oct 23, 2018
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