You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand why the .cpp code has any mention of RAJA if I am not explicitly enabling it. Is there a missing ifdef in this file? It is my understanding I should be able to build only with cuda in order to access cuBLAS, cuSolver etc.
I am using gcc, cuda and OpenMPI modules, all of which are found by Cmake, including my custom build of MAGMA.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to build hiOp on an Nvidia GPU node on my local cluster.
After a fresh clone on the develop branch, I enter an empty build dir enter the command
cmake -DHIOP_USE_GPU=ON -DHIOP_USE_CUDA=ON -DCMAKE_BUILD_TYPE=Release ..
But when building the compiler complains that
Picture1.pdf
I don't understand why the .cpp code has any mention of RAJA if I am not explicitly enabling it. Is there a missing ifdef in this file? It is my understanding I should be able to build only with cuda in order to access cuBLAS, cuSolver etc.
I am using gcc, cuda and OpenMPI modules, all of which are found by Cmake, including my custom build of MAGMA.
The text was updated successfully, but these errors were encountered: