Community Profile

photo

Sandra Martinez


Last seen: 대략 1년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


pointwise multiplication with ndSparse arrays slower than using full arrays
Hi Matt. I measure the times making pontiwise multiplication with full arrays vs ndSparse arrays and the first one tooks less t...

1년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
pointwise multiplication of sparse matrix with full array
Yes, this works now M=rand(2,2,2,2); N=[1 0;0 0]; A=ndSparse(M);%You need to download this function B=sparse(N); C=A.*B; B...

1년 초과 전 | 0

질문


pointwise multiplication of sparse matrix with full array
How can I do this operation? A=sparse([1 0;0 0]); B=rand(2,2,2,2); C=A.*B; the only way is converting B into a sparse array ...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How can I define an array of sparse matrix? (both for GPU and CPU)
A=sparse(3,3) MT=gpuArray(A); M2(1,1)=1 %Error using gpuArray/subsasgn %Sparse gpuArrays are not supported for this function...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


How can I do faster a loop using the GPU? (GPU: RTX 3070)
n=700; A=rand(n,n); %% Ms=gpuArray(M); As=gpuArray(A); % First questions: this loop takes to much time. How can I do thi...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Qustions about number of workers in parpool
I'm trying to extend the number of workers when using parpool (my computer has a total of 16 cores and 32 threads) If I do: pa...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Problemes with Matlab compiler
I have a srcipt that uses parfor. I have no problems using Matlaba compiler 2021a. BUt, when I change thse lines (CASE 1): lo...

거의 3년 전 | 답변 수: 0 | 0

0

답변