photo

Erik Meade

MathWorks

Last seen: 3年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

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

統計

  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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...

約3年 前 | 0

| 採用済み

質問


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...

約3年 前 | 1 件の回答 | 0

1

回答

回答済み
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...

3年以上 前 | 0

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

約4年 前 | 0