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

Unfinished bcsr design #1

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

Unfinished bcsr design #1

wants to merge 36 commits into from

Conversation

IsolatedMy
Copy link
Collaborator

The major revision:

  • Add two new files: bcsr_matrix_view.hpp and bcsr_matrix_view_test.cpp
  • Update generate_matrices.hpp file so that it can use generate_coo interface to generate matrix in bcsr format.
  • Add generate_vector.hpp for future SpMV kernel example.
    Flaws:
  • Current bcsr_matrix_view_test.cpp cannnot run normally. There exists segmentation fault when calling the constructor of Block structure;
  • Include in some header files for debugging;
  • Disable gtest for quick compilation and create new folder named 'cmytest';

@IsolatedMy IsolatedMy closed this Jan 24, 2024
@IsolatedMy IsolatedMy changed the title Cmy Unfinished bcsr design Jan 24, 2024
@BenBrock BenBrock reopened this Jan 25, 2024
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