Closed mgates3 closed 1 year ago
Instead of requiring the user to add CUDA and ROCm to CFLAGS, LIBRARY_PATH, LD_LIBRARY_PATH, this does a quick search for them and adds the appropriate -I, -L, and -rpath flags. (CMake already does this.)
-I
-L
-rpath
Similar changes are in BLAS++ PR 51 and SLATE PR 69.
Instead of requiring the user to add CUDA and ROCm to CFLAGS, LIBRARY_PATH, LD_LIBRARY_PATH, this does a quick search for them and adds the appropriate
-I
,-L
, and-rpath
flags. (CMake already does this.)Similar changes are in BLAS++ PR 51 and SLATE PR 69.