Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カフトの前方アルゴリズムと逆アルゴリズムの gflops を計算する必要があります。
私は持っている :
double gflops = 1.0e-9 * dNumOps/gpuTime;
しかし、 dNumOps の設定方法がわかりません。カフトの順方向と逆方向の合計操作を知る必要があります。
通常、fft には N*logr(N) 操作があり、r は fft のデータセット分割数ですが、 cufft の場合は ?