Changes between Version 9 and Version 10 of Fastest_GEMM_implementation_On_Cypress


Ignore:
Timestamp:
Oct 11, 2010 8:11:14 AM (14 years ago)
Author:
nakasato
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Fastest_GEMM_implementation_On_Cypress

    v9 v10  
    88== abstract == 
    99We present benchmark results of optimized dense matrix multiplication 
    10 kernels for Cypress GPU. We write general matrix multiply (GEMM) kernels 
     10kernels for a Cypress GPU. We write general matrix multiply (GEMM) kernels 
    1111for single (SP), double (DP) and double-double (DDP) precision.  
    1212Our SGEMM and DGEMM kernels show 73% and 87% of  
     
    3333 
    3434http://github.com/dadeba/cypress_dgemm/ 
    35