Skip to content

Commit 118ff08

Browse files
adhamsishakedregev
andauthored
error message when no gpu support
Co-authored-by: Shaked Regev <35384901+shakedregev@users.noreply.github.com>
1 parent 486694f commit 118ff08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resolve/hykkt/cholesky/CholeskySolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace ReSolve
3838
#elif defined(RESOLVE_USE_HIP)
3939
impl_ = new CholeskySolverHip();
4040
#else
41-
out::error() << "No GPU support enabled, and memory space set to DEVICE.\n";
41+
out::error() << "Memory space set to DEVICE, though no GPU support enabled. Must enable RESOLVE_USE_CUDA or RESOLVE_USE_HIP.\n";
4242
exit(1);
4343
#endif
4444
}

0 commit comments

Comments
 (0)