lift icon indicating copy to clipboard operation
lift copied to clipboard

The Lift programming language and compiler

Results 5 lift issues
Sort by recently updated
recently updated
newest added

Seems like the installation instructions are duplicated in https://lift-project.readthedocs.io/en/latest/getting-started/index.html? I guess the later (https://lift-project.readthedocs.io/en/latest/getting-started/index.html) is much more thorough and importantly it gives quicker instructions using docker. I propose removing the...

I fixed to build this Lift and [harness](https://github.com/lift-project/harness).

Dear Lift-developers, for benchmarking GEMM, I would like to use some self-defined input sizes. Is it sufficient to add these self-defined input sizes to the file https://github.com/lift-project/lift/blob/master/highLevel/mm.json before generating and...

Dear Lift-developers, I would like to gain experience with Lift. I was able to install Lift by following the instructions at http://lift-project.readthedocs.io/en/latest/. All unit tests were succesfull. I have now...

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...