統計
MATLAB Answers
8 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Sum of squares profiling on GPU
I was profiling some code that runs on my GPU and came across something rather puzzling that I haven't been able to sort out... ...
11年以上 前 | 1 件の回答 | 2
1
回答質問
3D gpuArray vs cells of 2D gpuArrays major speed difference!
Can anybody explain why these codes have drastically different runtimes? I have a shared setup routine clear all y = ...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Using multiple GPUs in a parfor type of loop
I am working on a machine learning problem where I am training my classifier using a GPU and the parallel computing toolbox. I ...
12年弱 前 | 1 件の回答 | 0
1
回答質問
Breaking up a computation vs "..." to continue line - Huge Speed Difference !?
I was profiling an ode solver today and found something very strange. The system has 9 states and the computation of the ode RH...
約12年 前 | 1 件の回答 | 0
1
回答質問
Matrix multiply slices of 3d Matricies
Given two 3d matricies, A and B with size(A) = (n, m, k) and size(B) = (m, p, k) perform matrix multipl...
約12年 前 | 3 件の回答 | 0
3
回答質問
Linear combination of cell arrays
Is there a compact way (without loops) to take linear combinations of cell arrays that contain the same type of data (matrices o...
約12年 前 | 1 件の回答 | 0
1
回答質問
How do you make a callable object?
I want to define a class (much like griddedInterpolant) that has callable objects. Is there a particular method name that is in...
12年以上 前 | 1 件の回答 | 2
1
回答質問
Fastest way to dot product all columns of two matricies of same size
I have come up against this problem over and over, and I have a nice solution, but it seems non-optimal from a speed sense. Does...
13年弱 前 | 2 件の回答 | 0