Srinidhi Ganeshan
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
27,203
of 295,467
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
Undefined symbol errors while calling magma from mex file ?
versions: intel/2018.3, cuda/10.0.130, magma/2.4.0, matlab/2018b Below, I have added my mex-magma file 'my_magma.c' #include <...
5 years ago | 0 answers | 0
0
answersQuestion
Fetching outputs from different GPU's, results in an error ?
I have 2-GPU in my computer, I wanted to use both the GPU's to perform the function. Hence I feed, part of the array to one GPU ...
6 years ago | 0 answers | 0
0
answersQuestion
How to use GPU and CPU simultaneously in a for loop ?
% n be the number of iterations : 6 % A be the two dimensional matrix of size 10*10 stored in three dimension. for i=1:n ...
6 years ago | 1 answer | 1
1
answerQuestion
QR function in Matlab uses which of the following method for dense matrix gram schmidt or the house holder algorithm?
[Q,R]=qr(A,0);
6 years ago | 1 answer | 0
1
answerQuestion
I need to do this without for loop(For Gpu computing)
I have these two problems in gpu computing in matlab Suppose X=600*103*36 array for n=1:36 [Q(:,:,n),R(:,:,n)]=qr...
6 years ago | 1 answer | 0