photo

Thomas Barrett


Last seen: 約2年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
1 回答

ランク
34,624
of 300,863

評判
1

コントリビューション
7 質問
1 回答

回答採用率
57.14%

獲得投票数
1

ランク
 of 21,100

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

3年弱 前 | 0 件の回答 | 0

0

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 2 件の回答 | 0

2

回答

質問


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

5年弱 前 | 1 件の回答 | 1

1

回答

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答

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

5年弱 前 | 0

| 採用済み

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答