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 #6964

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

khoinguyyyen
Copy link

Adding tutorial involving matrix multiplication
resolves #6963

This example demonstrates handling memory spaces and utilizing parallel computation for a matrix-matrix multiplication operation
Includes Makefile and CMakeLists.txt

@crtrott
Copy link
Member

crtrott commented May 22, 2024

Hi,

thanks for the contribution. Generally in tutorials we are trying to have a specific educational thing we want to convey. In the existing memory space tutorial we are introducing the host mirror mechanism. This example does the same thing for a different type of kernel (matrix multiply). However, the title seems to indicate that the example wants to teach something about matrix multiply? But the kernel is not how we would recommend even a simple one. So the question is what is the intended takeaway from this example compared to the existing one.

@ajpowelsnl
Copy link
Contributor

Hi @khoinguyyyen -- does your tutorial provide concepts beyond those in the matrix - vector multiply example (using HostMirror)? If not, may we close this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Tutorial for Matrix Operations Handling
3 participants