photo

Erik Meade

MathWorks

Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Message

I am a Software Engineer at MathWorks. I am part of the GPU Coder team.

Statistics

MATLAB Answers

1 Question
3 Answers

RANK
22,127
of 300,379

REPUTATION
2

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

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

  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
Why do I get the error "UnknownServerPort_Diagnostics - 0" when running gpucoder.profile on Windows?
Ensure that you have a proper installation of nvprof.exe from Nvidia. All versions of MATLAB prior to and including R2021a use n...

4 years ago | 0

| accepted

Question


Why do I get the error "UnknownServerPort_Diagnostics - 0" when running gpucoder.profile on Windows?
When running gpucoder.profile, I receive an error output that looks like this: UnknownServerPort_Diagnostics - 0 UnknownServer...

4 years ago | 1 answer | 0

1

answer

Answered
Writing data from GPU
Hi, It is quite possible that after each timestep, your program is incurring cudaMemcpy's to copy memory from the GPU to CPU ev...

5 years ago | 0

Answered
Batched matrix multiplicaion with CUDA
Hi Peter, gpucoder.stridedMatrixMultiply works exactly as you want. You can directly pass A and B to gpucoder.stridedMatrixMult...

5 years ago | 0