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