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
Hello, just notice that AmgX commit d234495 do not build with nvcc 11.2 version and is OK with nvcc>=11.4:
[ 10%] Building CUDA object CMakeFiles/amgx_libs.dir/src/amgx_cublas.cu.o
[ 10%] Building CUDA object CMakeFiles/amgx_libs.dir/src/amgx_cusolverDn.cu.o
[ 11%] Building CUDA object CMakeFiles/amgx_libs.dir/src/amgx_cusparse.cu.o
/scratch2/catA/pl254994/trust/amgx/ThirdPart/src/LIBAMGX/AmgX/src/amgx_cusparse.cu(1104): error: identifier "CUSPARSE_SPMV_CSR_ALG2" is undefined
/scratch2/catA/pl254994/trust/amgx/ThirdPart/src/LIBAMGX/AmgX/src/amgx_cusparse.cu(1112): error: identifier "CUSPARSE_SPMV_CSR_ALG2" is undefined
2 errors detected in the compilation of "/scratch2/catA/pl254994/trust/amgx/ThirdPart/src/LIBAMGX/AmgX/src/amgx_cusparse.cu".
make[4]: *** [CMakeFiles/amgx_libs.dir/src/amgx_cusparse.cu.o] Error 1
Hello, just notice that AmgX commit d234495 do not build with nvcc 11.2 version and is OK with nvcc>=11.4:
[ 10%] Building CUDA object CMakeFiles/amgx_libs.dir/src/amgx_cublas.cu.o
[ 10%] Building CUDA object CMakeFiles/amgx_libs.dir/src/amgx_cusolverDn.cu.o
[ 11%] Building CUDA object CMakeFiles/amgx_libs.dir/src/amgx_cusparse.cu.o
/scratch2/catA/pl254994/trust/amgx/ThirdPart/src/LIBAMGX/AmgX/src/amgx_cusparse.cu(1104): error: identifier "CUSPARSE_SPMV_CSR_ALG2" is undefined
/scratch2/catA/pl254994/trust/amgx/ThirdPart/src/LIBAMGX/AmgX/src/amgx_cusparse.cu(1112): error: identifier "CUSPARSE_SPMV_CSR_ALG2" is undefined
2 errors detected in the compilation of "/scratch2/catA/pl254994/trust/amgx/ThirdPart/src/LIBAMGX/AmgX/src/amgx_cusparse.cu".
make[4]: *** [CMakeFiles/amgx_libs.dir/src/amgx_cusparse.cu.o] Error 1
Probably, since the 9731858 commit.
Thanks
The text was updated successfully, but these errors were encountered: