Giter Site home page Giter Site logo

gr_gpu-ispd24-analytical_algorithm's Introduction

1. How to build

Step 1: Download the source code. For example,

$ git clone -b ispd24-analytical_algorithm https://github.com/flwave/gr_gpu.git

Step 1.5: 可以修改一下run_papr.sh文件里的前三个路径设置,然后直接./run_papr.sh,即可自动测试四种环境和五个小case的表现(也可以自由修改),log文件保存在你设置的Simpleinputs/log/下。如果想要生成数据表格,可以看“生成xlsx脚本”文件夹。

Step 2: build by cmake

$ cd ./gr_gpu/
$ cmake -B build -DCMAKE_BUILD_TYPE=Release
$ cmake --build build

Step 2": build by cmake (enable cuda)

$ cd ./gr_gpu/
$ cmake -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_CUDA=ON
$ cmake --build build

Step 2": build by cmake (enable iss sort)

$ cd ./gr_gpu/
$ cmake -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_ISSSORT=ON
$ cmake --build build

Step 2": build by cmake (enable iss sort and cuda)

$ cd ./gr_gpu/
$ cmake -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_ISSSORT=ON -DENABLE_CUDA=ON
$ cmake --build build

Step 3: use the executable file

$ cd ./build/
$ ./route -cap [path_to_cap_file] -net [path_to_net_file] -output [path_to_output_file] -threads [num_of_threads(default=1)] 

2. Dependencies

  • A C/C++ compiler with support for C++17.
  • CMake (version >= 3.18)
  • Boost (version >= 1.58)
  • CUDA (optional)

gr_gpu-ispd24-analytical_algorithm's People

Contributors

xkdciizdkeji avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.