mfem: add missing cublas for cuda support (#35608)
This commit is contained in:
		| @@ -651,7 +651,7 @@ def find_optional_library(name, prefix): | ||||
|             all_hypre_libs = hypre.libs + hypre["lapack"].libs + hypre["blas"].libs | ||||
|             hypre_gpu_libs = "" | ||||
|             if "+cuda" in hypre: | ||||
|                 hypre_gpu_libs = " -lcusparse -lcurand" | ||||
|                 hypre_gpu_libs = " -lcusparse -lcurand -lcublas" | ||||
|             elif "+rocm" in hypre: | ||||
|                 hypre_rocm_libs = LibraryList([]) | ||||
|                 if "^rocsparse" in hypre: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aaron Black
					Aaron Black