Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 217 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 217 Bytes

Building

Example:

    mkdir build && cd build
    . /opt/intel/oneapi/setvars.sh
    cmake .. -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_INSTALL_PREFIX=$HOME/local/stow/H4I-HipSOLVER
    make all install