Naveen kumar Elumalai - MATLAB Central
photo

Naveen kumar Elumalai


Last seen: 4 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 02/18 to 03/25Use left and right arrows to move selectionFrom 02/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 个提问
1 个回答

排名
114,955
of 297,851

声誉
0

贡献数
8 个提问
1 个回答

回答接受率
37.5%

收到投票数
0

排名
 of 20,493

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,663

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How to get the data from all the workers to a single worker inside SPMD loop
Nc=3600; spmd n1=numlabs; blocksize = ceil(Nc/n1); start = (labindex-1)*blocksize + 1...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Error was detected while a MEX-file was running and MATLAB is exiting because of fatal error
I am trying to run the batched version of QR (dgeqrfbatched) in matlab using CUBLAS by calling it from a mex file. I am struck w...

6 years 前 | 1 个回答 | 0

1

个回答

提问


how to run Gpu and Cpu in parallel in for loop?
for i=1:10 A(:,:,i)=rand(5,5); [q1,r1]=qr(A(:,:,i)); end I wanted cpu and gpu's to communicate with itself about the...

6 years 前 | 1 个回答 | 0

1

个回答

提问


mexcuda not finding CUDA 10.0 even after I specify it via setenv('MW​_NVCC_PATH​',...)
I have set the path of MW_NVCC_PATH to setenv('MW_NVCC_PATH','C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin') ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert this without using for loop for gpu computing?
A2 is a Gpu array(600*104*36) Code: for n=1:36 [Q(:,:,n),R(:,:,n)]=qr(A2(:,:,n),0); end

7 years 前 | 0 个回答 | 0

0

个回答

已回答
Is there a way to run this loop in gpu and will it consume lesser time compared to parallel cpu computation time?
This is taking so much time than the normal cpu execution

7 years 前 | 0

提问


Is there a way to run this loop in gpu and will it consume lesser time compared to parallel cpu computation time?
N=50; for n=1:8 b=rand(300,103); w=rand(300,1); [Q,R]=qr(b,0); A(:,:,n);=R end

7 years 前 | 1 个回答 | 0

1

个回答

提问


how do i store a matrix value inside a parfor loop?
I wanted to use the A matrix outside the parfor loop for further computation, i get an error stating "cannot run due to way vari...

7 years 前 | 1 个回答 | 0

1

个回答

1

个回答