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

Add Tutorial for Matrix Operations Handling #6963

Open
khoinguyyyen opened this issue Apr 24, 2024 · 1 comment · May be fixed by #6964
Open

Add Tutorial for Matrix Operations Handling #6963

khoinguyyyen opened this issue Apr 24, 2024 · 1 comment · May be fixed by #6964
Labels
Question For Kokkos internal and external contributors and users Tutorials

Comments

@khoinguyyyen
Copy link

Adding tutorial involving matrix multiplication

  • This example demonstrates handling memory spaces and utilizing parallel computation for a matrix-matrix multiplication operation
  • Includes Makefile and CMakeLists.txt
@khoinguyyyen khoinguyyyen linked a pull request Apr 24, 2024 that will close this issue
@ajpowelsnl ajpowelsnl added Tutorials Question For Kokkos internal and external contributors and users labels May 1, 2024
@lucbv
Copy link
Contributor

lucbv commented May 1, 2024

Some information would be helpful, it's not clear that this is for sparse matrices, could be dense as well in which case GEMM would be the kernel used. We already have unit-tests and performance tests for this but if something in the tutorial is needed we can also update that. Note that we are not supporting Makefile in any shape or form in Kokkos Kernels...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question For Kokkos internal and external contributors and users Tutorials
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants