![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13522516_1536678682912_DEF.jpg)
Thomas Barrett
Followers: 0 Following: 0
Statistik
RANG
34.541
of 297.016
REPUTATION
1
ANTWORTZUSTIMMUNG
57.14%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Any suggestions for upgrading desktop GPU for doing CUDA computing?
Hi, We are currently running Matlab on a regular office desktop workstation which has a Nvidia Quadro P4000, that we regularly ...
etwa 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can this loop containing different indices be vectorized using implicit expansion (or otherwise)?
I have a code which is doing some processing over every point in a 3D matrix. Until recently, I was doing this by reshaping the ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is it possible to correctly perform a multi-dimensional FFT on a 1D linearised version of a 3D array?
I have a 3D array indexed by A_3D(ind_y,ind_x,ind_z). This has then been converted to a single 1D linear vector B_1D(ind) such t...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Speeding up code which integrates a 2D gpuArray matrix using Simpson's Rule
I have a (real) 2D gpuArray, which I am using as part of a larger code, and now am trying to also integrate the array using the ...
etwa 4 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Help to optimize the execution time of this function, modifying the entries of a matrix (GPU? Parallel CPU?).
Hello, I am looking for some support with how to increase the speed of a piece of code, and would be really grateful for some ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortErrors when using gpuArray: "CUSPARSE_INTERNAL_ERROR" ,followed by "CUDA-capable devices are busy or unavailable"
This was fixed when upgrading to a more recent version of Matlab (R2020b).
etwa 4 Jahre vor | 0
| akzeptiert
Frage
Errors when using gpuArray: "CUSPARSE_INTERNAL_ERROR" ,followed by "CUDA-capable devices are busy or unavailable"
I am creating a 400x400 sparse complex double matrix, and then trying to convert it to a gpuArray. However, the conversion resul...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Possible to speed up this gpuArray calculation with arrayfun() (or otherwise)?
I have a complex matrix A, and would like to modify it Nt times according to A = exp( -1i*(A + abs(A).^2) ). The size of A is ty...
etwa 4 Jahre vor | 1 Antwort | 0