Changes between Version 5 and Version 6 of DGEMM_Performance_RV770
- Timestamp:
- Jun 10, 2009 3:14:18 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DGEMM_Performance_RV770
v5 v6 9 9 = Note = 10 10 According to a paper (http://www.vpac.org/files/ACML_Report_lukep_final.pdf), AMCL-GPU automatically switch between CPU and GPU depending on the size of a matrix. I put Figure 1 from this paper here. 11 11 12 [[Image(fig1.png)]] 13 14 Basically, for N > 750, AMCL-GPU really use GPU but with a smaller matrix, it only use CPU.