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 boolean COO sparse matrix #7764

Merged
merged 6 commits into from
Sep 15, 2023
Merged

Conversation

asi1024
Copy link
Member

@asi1024 asi1024 commented Jul 27, 2023

Part of #7741.

@asi1024 asi1024 changed the title Support boolean COO matrix Support boolean COO sparse matrix Jul 27, 2023
@emcastillo emcastillo self-assigned this Jul 28, 2023
@emcastillo emcastillo added cat:feature New features/APIs prio:medium labels Jul 28, 2023
@emcastillo
Copy link
Member

/test mini

'T src_data, int32 src_row, int32 src_col, int32 index',
'raw T data, raw int32 row, raw int32 col',
'''
if (src_data) data[index] = true;
Copy link
Member

@emcastillo emcastillo Aug 1, 2023

Choose a reason for hiding this comment

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

Guess this is also related to #7724 :)

emcastillo
emcastillo previously approved these changes Aug 1, 2023
@asi1024
Copy link
Member Author

asi1024 commented Sep 6, 2023

/test mini

@asi1024
Copy link
Member Author

asi1024 commented Sep 8, 2023

@emcastillo PTAL!

@emcastillo
Copy link
Member

Test is unrelated

@emcastillo emcastillo merged commit 88501b8 into cupy:main Sep 15, 2023
46 of 47 checks passed
@asi1024 asi1024 deleted the bool-coo-matrix branch September 15, 2023 10:59
@asi1024 asi1024 added this to the v13.0.0rc1 milestone Oct 6, 2023
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.

None yet

2 participants