Skip to content

SW & HW Dependencies

Yehia Arafa edited this page Mar 18, 2022 · 1 revision

Dependencies

Simulation

  • Linux OS
  • python v3.x
    • scipy package (conda install -c scipy)
    • greenlet package (conda install -c anaconda greenlet)
    • joblib package (conda install -c anaconda joblib)
  • GCC > v5.x, tested on v.7 and v.9
  • glibc
  • MPICH (if you plan to use the PDES engine to run multiple kernels in parallel) (tested with version 3.2.3)

Trace Extraction

  • A GPU device with SM compute capability = 3.5 or later
  • Host CPU: x86_64, ppc64le, arm64
  • OS: Linux
  • CUDA version: >= 8.0 && <= 11
  • CUDA driver version: <= 450.36
  • nvcc version for tool compilation >= 10.2

LLVM TOOL

Clone this wiki locally