Skip to content

Add missing batch support check in sparse-dense arith ops #3129

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 2 commits into from
May 5, 2021

Conversation

9prady9
Copy link
Member

@9prady9 9prady9 commented May 4, 2021

Description

Fixes: #1988

Changes to Users

Prior to this change, sparse-dense arithmetic API calls incorrectly continued with the operation where batch support was in fact not yet available. Until such support is added later, we need correctly return an appropriate error code.

Checklist

  • Rebased on latest master
  • Code compiles
  • Tests pass
  • [ ] Functions added to unified API
  • [ ] Functions documented

@9prady9 9prady9 added the fix label May 4, 2021
@9prady9 9prady9 added this to the 3.8.1 milestone May 4, 2021
@9prady9 9prady9 requested a review from umar456 May 4, 2021 13:43
@9prady9 9prady9 merged commit ecce064 into arrayfire:master May 5, 2021
@9prady9 9prady9 deleted the fix_sparse_matmul_check branch May 5, 2021 13:56
9prady9 added a commit to 9prady9/arrayfire that referenced this pull request Aug 2, 2021
…3129)

* Add missing batch support check in sparse-dense arith ops

* Fix formatting

(cherry picked from commit ecce064)
syurkevi pushed a commit that referenced this pull request Dec 28, 2021
* Add missing batch support check in sparse-dense arith ops

* Fix formatting

(cherry picked from commit ecce064)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

batchFunc only multiplies first column in a sparse matrix
2 participants