cuda programming - 02/05/2018 18:28 EDT

終了済み 投稿 6年前 着払い
終了済み 着払い

Estimateπ in Parallel Using CUDA. π can be e stimated using the following Leibniz formula:Its summation notation is

∑=1-1/3+1/5-1/7+1/9-........=(π)/4

I need both serial C program and CUDA program to estimate π using Leibniz formula. You must compare the serial runtime (one CPU) and parallel runtimes (Tp) of the CUDA program with respect to different n values. You can choose a maximum n value (n3) so that you can obtain the results with a reasonable estimation accuracy (with six decimal places of accuracy) and runtime (approximately <2 minutes) and then let n2 = n3/10and n1 = n3/100.

Assembly C プログラミング C++プログラミング CUDA x86/x64 アゼンブラー

プロジェクトID: #16869262

プロジェクトについて

5個の提案 リモートプロジェクト アクティブ 5年前