Can any one help me, how can I multiply vector(1*N) and matrix(N*M) and store the result on new vector(1*M) using CUDA c++.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess StackOverflow is the place to ask a question and discuss solutions. While this question has been downvoted by many people, I’ve answered this question. Maybe the asker need some discussions on the available solutions. Here is the code intended for large
M:It needs minor modifications to suit for large
N.