lift

所属分类:GPU/显卡
开发工具:Scala
文件大小:8304KB
下载次数:0
上传日期:2022-02-25 22:09:00
上 传 者sh-1993
说明:  Lift编程语言和编译器
(The Lift programming language and compiler)

文件列表:
.dockerignore (6, 2019-09-12)
CONTRIBUTORS.md (495, 2019-09-12)
LICENSE (1143, 2019-09-12)
build.sbt (3701, 2019-09-12)
buildExecutor.ps1 (975, 2019-09-12)
buildExecutor.sh (633, 2019-09-12)
docker (0, 2019-09-12)
docker\lift (0, 2019-09-12)
docker\lift\dev-with-idea (0, 2019-09-12)
docker\lift\dev-with-idea\Dockerfile (339, 2019-09-12)
docker\lift\dev-with-idea\buildDevContainter.sh (50, 2019-09-12)
docker\lift\dev (0, 2019-09-12)
docker\lift\dev\Dockerfile (908, 2019-09-12)
docker\lift\dev\buildDevContainter.sh (40, 2019-09-12)
docker\runDevContainer.sh (64, 2019-09-12)
docker\runDevContainerWithIDEA.sh (506, 2019-09-12)
docs (0, 2019-09-12)
docs\Makefile (605, 2019-09-12)
docs\source (0, 2019-09-12)
docs\source\_static (0, 2019-09-12)
docs\source\_static\pattern.css (90, 2019-09-12)
docs\source\_templates (0, 2019-09-12)
docs\source\conf.py (5573, 2019-09-12)
docs\source\developing-lift (0, 2019-09-12)
docs\source\developing-lift\contributing.rst (6468, 2019-09-12)
docs\source\developing-lift\howto.rst (495, 2019-09-12)
docs\source\developing-lift\howtos (0, 2019-09-12)
docs\source\developing-lift\howtos\new_opencl_pattern.rst (7446, 2019-09-12)
docs\source\developing-lift\howtos\switch-branch.rst (1285, 2019-09-12)
docs\source\developing-lift\index.rst (133, 2019-09-12)
docs\source\developing-lift\testing.rst (2676, 2019-09-12)
docs\source\exploration (0, 2019-09-12)
... ...

### The _Lift_ language ### ### Setup ### 1. Install `git`, `git-lfs`, `dot` and the latest Java SDK 2. Clone the "lift" repository to a directory of you choice 3. Install the `ArithExpr` dependency by running `./updateSubmodules.sh` 4. Download & Install IDEA IntelliJ (http://www.jetbrains.com/idea/) 5. Launch IntelliJ. On the Welcome Screen select "Configure" and install the "Scala" Plugin form the Plugin Repository. After the installation restart IntelliJ. 6. On the IntelliJ Welcome Screen select "Open Project" and select the "build.sbt" file in the "lift" folder you just checked out. To be able to execute computations in OpenCL you need to build the Executor library. The script `buildExecutor.sh` builds the executor. ``` ./buildExecutor.sh ``` Both scripts are also called by sbt when running `sbt compile` Finally add the Executor build directory to the Java library path: * In IntelliJ select "Run -> Edit Configurations ..." * On the left side select "Defaults -> JUnit" * On the right side add to the "VM options": "-Djava.library.path=$LIFT_ROOT/lib/Executor/build/" (with the proper path from your system) Alternatively, you can add the Executor build directory to your LD_LIBRARY_PATH. That will also make it possible to run tests and benchmarks from the command line using "sbt test" and scripts in the "scripts" folder, respectively. ### Documentation ### [More Extensive Documentation on Building and Running Lift](http://lift-project.readthedocs.io/en/latest/) [ScalaDoc](http://skelter:8080/job/lift-amd-cpu/branch/master/javadoc/#package)

近期下载者

相关文件


收藏者