Changes between Version 1 and Version 2 of DGEMM_Performance_RV770
- Timestamp:
- Jun 10, 2009 3:04:03 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DGEMM_Performance_RV770
v1 v2 1 1 = Introduction = 2 2 I have tested the GPU enabled version of AMCL (avialable at http://developer.amd.com/gpu/acmlgpu/Pages/default.aspx). 3 I have tested it on HD4780 with Ubuntu 8.04 LTS. We need to install gfortran version 4.1.2. It only works with thipaticular verison. There are two versions of gfortran available on Ubuntu 8.04 LTS. The latest package is "gfortran-4.2"4 but this is not work with the AMCL-GPU. Please install the package "gfortran-4.1" explicitly when you try.3 I have tested it on HD4780 with Ubuntu 8.04 LTS. It requires gfortran version 4.1.2. It only works with this paticular verison. There are two versions of gfortran available on Ubuntu 8.04 LTS. The latest package is "gfortran-4.2" 4 but this does not work with the AMCL-GPU. Please install the package "gfortran-4.1" explicitly when you try. 5 5 6 6 = Result =