photo

Robert


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
164,212
of 300,392

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review

View badges

Feeds

View by

Question


Can I get faster MatrixMultiplication using CUDA than with Matlab internal GPU implementation??
I have to Multiply a Matrix A (size about 400 x400 ) with M Matrices B, while m is also about 500. N=400;M=500; A=rand(...

12 years ago | 4 answers | 0

4

answers

Question


gather takes really long after using ptx file /CUDA
I try to make a matrixmultiplication using CUDA via ptx file to take advantage over the matlab internal functions. My .cu codes ...

13 years ago | 1 answer | 0

1

answer

Question


CUDA number of tasks exceed number of threads times blocks
I have a problem if my number of tasks exceed the number of total available threads. Lets images I want to add tow vectors of l...

13 years ago | 0 answers | 0

0

answers