Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 269 Bytes

File metadata and controls

25 lines (17 loc) · 269 Bytes

GPU4GST_code

Environment

  • Linux (Ubuntu 22.04+)
  • CUDA 11.8+
  • CMake 3.9+

File Structure

  • rucgraph/: source code
  • CPU_code/: core codes

Build & Run

you can build and run the test program.

mkdir build
cd build
cmake ..
make
./test