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

First version of MATX sparse2dense conversion (dispatch to cuSPARSE) #856

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aartbik
Copy link
Contributor

@aartbik aartbik commented Feb 4, 2025

No description provided.

@aartbik aartbik changed the title First version of MATX dense2sparse conversion (dispatch to cuSPARSE) First version of MATX sparse2dense conversion (dispatch to cuSPARSE) Feb 4, 2025
@cliffburdick
Copy link
Collaborator

/build

template <typename OpA>
class Sparse2DenseOp : public BaseOp<Sparse2DenseOp<OpA>> {
private:
typename detail::base_type_t<OpA> a_;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Make sure base_type is updated to recognize sparse if that's what you want. this will convert a sparse tensor to a tensor_impl_t

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, can you elaborate on this a bit, please?

@aartbik aartbik requested a review from cliffburdick February 4, 2025 06:46
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