lift-project / lift

The Lift programming language and compiler
http://www.lift-project.org/
MIT License
209 stars 20 forks source link

Configuring Lift for benchmarking BLAS routines #4

Open ghost opened 7 years ago

ghost commented 7 years ago

Dear Lift-developers, I would like to use Lift for benchmarking the following BLAS routines:

  1. asum
  2. dot
  3. gemm
  4. gemv
  5. axpy
  6. scal

Can you please help me to configure Lift for these routines (especially the exploration process)? Many thanks in advance!

psyhtest commented 7 years ago

Has time come to use GEMMBench and CK-Lift? ;))