Skip to content
/ ddp Public

Data dependence profiling code designed for LLVM.

Notifications You must be signed in to change notification settings

jamesmtuck/ddp

Repository files navigation

#ddp

Build Status

Simple setup with Docker

  1. git clone https://github.com/jamesmtuck/ddp.git
  2. cd ddp
  3. docker-compose build
  4. docker-compose up
  5. docker-compose run ddp

Now you are inside the docker container with the git repo in a mounted volume.

  1. mkdir build && cd build
  2. cmake -DLLVM_DIR=/usr/local/lib/cmake/llvm -DCMAKE_INSTALL_PREFIX=pwd/install ..
  3. cmake --build .
  4. cmake --build . --target install

Acknowledgement

This work was supported in part by a grant from the National Science Foundation and Qualcomm.

About

Data dependence profiling code designed for LLVM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published