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

Replace GLM Library with Custom Matrix Multiplication Implementation in CUDA code #12

Open
MrNeRF opened this issue Aug 18, 2023 · 0 comments
Labels
easy good first issue Good for newcomers help wanted Extra attention is needed

Comments

@MrNeRF
Copy link
Owner

MrNeRF commented Aug 18, 2023

In our project, we currently utilize the GLM library for matrix operations. We want to be light on dependencies and we are considering replacing GLM with our own implementation of matrix multiplication.

So, make it happen and make some tests :)

@MrNeRF MrNeRF added good first issue Good for newcomers easy help wanted Extra attention is needed labels Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant