[理工] [計組] GPU & Vector Processor

看板Grad-ProbAsk作者 (快樂崇拜)時間12年前 (2011/09/28 17:37), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
想請問這題計組,在我印象中GPU和vectorProcessor是差不多的東西... Discuss the differences in how a GPU and a vector processor might execute the following code: sum = 0.0 for(i=0; i<n; i++){ y[i] += a*x[i]; sum += z[i]*z[i]; } 懇請解惑~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.90.38
文章代碼(AID): #1EWkhYSw (Grad-ProbAsk)